#3CCB02

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

Shades of Kelly Green #3CCB02

Tints of Kelly Green #3CCB02

Color information

#3CCB02 (or 0x3CCB02) is unknown color: approx Kelly Green. HEX triplet: 3C, CB and 02. RGB value is (60,203,2). Sum of RGB (Red+Green+Blue) = 60+203+2=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 203 (79.69% from 255 or 76.60% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCB02 is #C334FD. Grayscale: #898989. Windows color (decimal): -12793086 or 183100. OLE color: 183100.

HSL color Cylindrical-coordinate representation of color #3CCB02: hue angle of 102.69º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CCB02 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB602032-
CMYK0.7000.990.20
HSL102.69º98.05%40.2%-
HSV(B)102.69º99.01%79.61%-
XYZ23.2343.687.26-
YUV137.3351.6272.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 203 (79.69% from 255) = 76.60%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=22.64%
G=76.60%
B=0.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6020320.7000.990.20102.6998.0540.2
Hex3CCB24606314676228
Octal74313210601432414714250
Binary11110011001011101000110011000111010011001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,203,2); }

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

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

 a { background-color: rgb(60,203,2); }

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

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

 span { border-color: rgb(60,203,2); }

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