#3CBB00

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

Shades of Kelly Green #3CBB00

Tints of Kelly Green #3CBB00

Color information

#3CBB00 (or 0x3CBB00) is unknown color: approx Kelly Green. HEX triplet: 3C, BB and 00. RGB value is (60,187,0). Sum of RGB (Red+Green+Blue) = 60+187+0=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 187 (73.44% from 255 or 75.71% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBB00 is #C344FF. Grayscale: #808080. Windows color (decimal): -12797184 or 47932. OLE color: 47932.

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

Color convert

RGB601870-
CMYK0.68010.27
HSL100.75º100%36.67%-
HSV(B)100.75º100%73.33%-
XYZ19.6336.56.01-
YUV127.7155.9279.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 187 (73.44% from 255) = 75.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.29%
G=75.71%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6018700.68010.27100.7510036.67
Hex3CBB0440641B656425
Octal74273010401443314514445
Binary1111001011101101000100011001001101111001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,187,0); }

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

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

 a { background-color: rgb(60,187,0); }

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

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

 span { border-color: rgb(60,187,0); }

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