#3CBD02

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

Shades of Kelly Green #3CBD02

Tints of Kelly Green #3CBD02

Color information

#3CBD02 (or 0x3CBD02) is unknown color: approx Kelly Green. HEX triplet: 3C, BD and 02. RGB value is (60,189,2). Sum of RGB (Red+Green+Blue) = 60+189+2=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBD02 is #C342FD. Grayscale: #818181. Windows color (decimal): -12796670 or 179516. OLE color: 179516.

HSL color Cylindrical-coordinate representation of color #3CBD02: hue angle of 101.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CBD02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB601892-
CMYK0.6800.990.26
HSL101.39º97.91%37.45%-
HSV(B)101.39º98.94%74.12%-
XYZ20.0737.366.21-
YUV129.1156.2678.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 189 (74.22% from 255) = 75.30%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=23.90%
G=75.30%
B=0.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6018920.6800.990.26101.3997.9137.45
Hex3CBD2440631A656225
Octal74275210401433214514245
Binary11110010111101101000100011000111101011001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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