Html Css Color HEX #2CB812 Kelly Green

📋 copy color: '#2CB812'

red 44 ◦ green 184 ◦ blue 18

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

Shades of Kelly Green #2CB812

Tints of Kelly Green #2CB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 74.8%

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

R = 17.89%
G = 74.8%
B = 7.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#2CB812 (or 0x2CB812) is known color: Kelly Green. HEX triplet: 2C, B8 and 12. RGB value is (44,184,18). Sum of RGB (Red+Green+Blue) = 44+184+18=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 184 (72.27% from 255 or 74.80% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB812 is #D347ED. Grayscale: #7B7B7B. Windows color (decimal): -13846510 or 1226796. OLE color: 1226796.

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

Color convert

RGB 44 184 18 -
CMYK 0.76 0 0.90 0.28
HSL 110.6º 0.82% 0.4% -
HSV(B) 110.6º 0.9% 0.72% -
XYZ 18.29 34.86 6.34 -
YUV 123.22 68.62 71.5 -
System Red Green Blue C M Y K H S L
Decimal 44 184 18 0.76 0 0.90 0.28 110.6 0.82 0.4
Hex 2C B8 12 4C 0 5A 1C 6F 52 28
Octal 54 270 22 114 0 132 34 157 122 50
Binary 101100 10111000 10010 1001100 0 1011010 11100 1101111 1010010 101000

Color Harmonies of #2CB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB812

Black with #2CB812

Text Example


Text Example

White with #2CB812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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