#3bae1f

Color #3BAE1F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3BAE1F

Tints of Kelly Green #3BAE1F

Color information

#3BAE1F (or 0x3BAE1F) is unknown color: approx Kelly Green. HEX triplet: 3B, AE and 1F. RGB value is (59,174,31). Sum of RGB (Red+Green+Blue) = 59+174+31=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 174 (68.36% from 255 or 65.91% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE1F is #C451E0. Grayscale: #7B7B7B. Windows color (decimal): -12866017 or 2076219. OLE color: 2076219.

HSL color Cylindrical-coordinate representation of color #3BAE1F: hue angle of 108.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BAE1F is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB5917431-
CMYK0.6600.820.32
HSL108.25º69.76%40.2%-
HSV(B)108.25º82.18%68.24%-
XYZ17.1931.36.43-
YUV123.3175.982.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 174 (68.36% from 255) = 65.91%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=22.35%
G=65.91%
B=11.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59174310.6600.820.32108.2569.7640.2
Hex3BAE1F42052206c4628
Octal732563710201224015410650
Binary111011101011101111110000100101001010000011011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bae1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3bae1f; }

 p { color: rgb(59,174,31); }

 H1.HeaderClassName
 {
   color: #3bae1f;
 }
 .AnyTagClassName
 {
   color: #3bae1f;
 }
</style>
background-color css

<style>
 a { background-color: #3bae1f; }

 a { background-color: rgb(59,174,31); }

 div.DivClassName
 {
   background-color: #3bae1f;
 }
 .BgClassName
 {
   background-color: #3bae1f;
 }
</style>
border-color css

<style>
 span { border-color: #3bae1f; }

 span { border-color: rgb(59,174,31); }

 td.TdClassName
 {
   border-color: #3bae1f;
 }
 .TagClassName
 {
   border-color: #3bae1f;
 }
</style>