#3BBB12

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

Shades of Kelly Green #3BBB12

Tints of Kelly Green #3BBB12

Color information

#3BBB12 (or 0x3BBB12) is unknown color: approx Kelly Green. HEX triplet: 3B, BB and 12. RGB value is (59,187,18). Sum of RGB (Red+Green+Blue) = 59+187+18=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BBB12 is #C444ED. Grayscale: #828282. Windows color (decimal): -12862702 or 1227579. OLE color: 1227579.

HSL color Cylindrical-coordinate representation of color #3BBB12: hue angle of 105.44º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BBB12 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB5918718-
CMYK0.6800.900.27
HSL105.44º82.44%40.2%-
HSV(B)105.44º90.37%73.33%-
XYZ19.6836.516.58-
YUV129.4665.0977.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 187 (73.44% from 255) = 70.83%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=22.35%
G=70.83%
B=6.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59187180.6800.900.27105.4482.4440.2
Hex3BBB124405A1B695228
Octal732732210401323315112250
Binary11101110111011100101000100010110101101111010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,187,18); }

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

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

 a { background-color: rgb(59,187,18); }

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

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

 span { border-color: rgb(59,187,18); }

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