Html Css Color HEX #3CB212 Kelly Green

📋 copy color: '#3CB212'

red 60 ◦ green 178 ◦ blue 18

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

Shades of Kelly Green #3CB212

Tints of Kelly Green #3CB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 69.53%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 23.44%
G = 69.53%
B = 7.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#3CB212 (or 0x3CB212) is known color: Kelly Green. HEX triplet: 3C, B2 and 12. RGB value is (60,178,18). Sum of RGB (Red+Green+Blue) = 60+178+18=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB212 is #C34DED. Grayscale: #7D7D7D. Windows color (decimal): -12799470 or 1225276. OLE color: 1225276.

HSL color Cylindrical-coordinate representation of color #3CB212: hue angle of 104.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CB212 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 18 -
CMYK 0.66 0 0.90 0.30
HSL 104.25º 0.82% 0.38% -
HSV(B) 104.25º 0.9% 0.7% -
XYZ 17.89 32.85 5.97 -
YUV 124.48 67.91 82.01 -
System Red Green Blue C M Y K H S L
Decimal 60 178 18 0.66 0 0.90 0.30 104.25 0.82 0.38
Hex 3C B2 12 42 0 5A 1E 68 52 26
Octal 74 262 22 102 0 132 36 150 122 46
Binary 111100 10110010 10010 1000010 0 1011010 11110 1101000 1010010 100110

Color Harmonies of #3CB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB212

Black with #3CB212

Text Example


Text Example

White with #3CB212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,18); }

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

background-color css

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

 a { background-color: rgb(60,178,18); }

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

border-color css

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

 span { border-color: rgb(60,178,18); }

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