Html Css Color HEX #2CB612 Kelly Green

📋 copy color: '#2CB612'

red 44 ◦ green 182 ◦ blue 18

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

Shades of Kelly Green #2CB612

Tints of Kelly Green #2CB612

RGB

 RED value IS 44 (17.58% from 255) = 18.03%

 GREEN value IS 182 (71.48% from 255) = 74.59%

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

R = 18.03%
G = 74.59%
B = 7.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#2CB612 (or 0x2CB612) is known color: Kelly Green. HEX triplet: 2C, B6 and 12. RGB value is (44,182,18). Sum of RGB (Red+Green+Blue) = 44+182+18=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 182 (71.48% from 255 or 74.59% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB612 is #D349ED. Grayscale: #7A7A7A. Windows color (decimal): -13847022 or 1226284. OLE color: 1226284.

HSL color Cylindrical-coordinate representation of color #2CB612: hue angle of 110.49º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CB612 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 182 18 -
CMYK 0.76 0 0.90 0.29
HSL 110.49º 0.82% 0.39% -
HSV(B) 110.49º 0.9% 0.71% -
XYZ 17.88 34.04 6.2 -
YUV 122.04 69.28 72.34 -
System Red Green Blue C M Y K H S L
Decimal 44 182 18 0.76 0 0.90 0.29 110.49 0.82 0.39
Hex 2C B6 12 4C 0 5A 1D 6E 52 27
Octal 54 266 22 114 0 132 35 156 122 47
Binary 101100 10110110 10010 1001100 0 1011010 11101 1101110 1010010 100111

Color Harmonies of #2CB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB612

Black with #2CB612

Text Example


Text Example

White with #2CB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CB612; }

 p { color: rgb(44,182,18); }

 H1.HeaderClassName
 {
   color: #2CB612;
 }
 .AnyTagClassName
 {
   color: #2CB612;
 }
</style>

background-color css

<style>
 a { background-color: #2CB612; }

 a { background-color: rgb(44,182,18); }

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

border-color css

<style>
 span { border-color: #2CB612; }

 span { border-color: rgb(44,182,18); }

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