Html Css Color HEX #3CB002 Kelly Green

📋 copy color: '#3CB002'

red 60 ◦ green 176 ◦ blue 2

#3CB002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3CB002

Tints of Kelly Green #3CB002

RGB

 RED value IS 60 (23.83% from 255) = 25.21%

 GREEN value IS 176 (69.14% from 255) = 73.95%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 25.21%
G = 73.95%
B = 0.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#3CB002 (or 0x3CB002) is known color: Kelly Green. HEX triplet: 3C, B0 and 02. RGB value is (60,176,2). Sum of RGB (Red+Green+Blue) = 60+176+2=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 176 (69.14% from 255 or 73.95% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB002 is #C34FFD. Grayscale: #7A7A7A. Windows color (decimal): -12799998 or 176188. OLE color: 176188.

HSL color Cylindrical-coordinate representation of color #3CB002: hue angle of 100º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CB002 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 176 2 -
CMYK 0.66 0 0.99 0.31
HSL 100º 0.98% 0.35% -
HSV(B) 100º 0.99% 0.69% -
XYZ 17.4 32.02 5.32 -
YUV 121.48 60.57 84.15 -
System Red Green Blue C M Y K H S L
Decimal 60 176 2 0.66 0 0.99 0.31 100 0.98 0.35
Hex 3C B0 2 42 0 63 1F 64 62 23
Octal 74 260 2 102 0 143 37 144 142 43
Binary 111100 10110000 10 1000010 0 1100011 11111 1100100 1100010 100011

Color Harmonies of #3CB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB002

Black with #3CB002

Text Example


Text Example

White with #3CB002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CB002;
 }
 .AnyTagClassName
 {
   color: #3CB002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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