Html Css Color HEX #2CB312 Kelly Green

📋 copy color: '#2CB312'

red 44 ◦ green 179 ◦ blue 18

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

Shades of Kelly Green #2CB312

Tints of Kelly Green #2CB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 74.27%

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

R = 18.26%
G = 74.27%
B = 7.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#2CB312 (or 0x2CB312) is known color: Kelly Green. HEX triplet: 2C, B3 and 12. RGB value is (44,179,18). Sum of RGB (Red+Green+Blue) = 44+179+18=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 179 (70.31% from 255 or 74.27% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB312 is #D34CED. Grayscale: #787878. Windows color (decimal): -13847790 or 1225516. OLE color: 1225516.

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

Color convert

RGB 44 179 18 -
CMYK 0.75 0 0.90 0.30
HSL 110.31º 0.82% 0.39% -
HSV(B) 110.31º 0.9% 0.7% -
XYZ 17.27 32.82 6 -
YUV 120.28 70.27 73.59 -
System Red Green Blue C M Y K H S L
Decimal 44 179 18 0.75 0 0.90 0.30 110.31 0.82 0.39
Hex 2C B3 12 4B 0 5A 1E 6E 52 27
Octal 54 263 22 113 0 132 36 156 122 47
Binary 101100 10110011 10010 1001011 0 1011010 11110 1101110 1010010 100111

Color Harmonies of #2CB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB312

Black with #2CB312

Text Example


Text Example

White with #2CB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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