Html Css Color HEX #2CB514 Kelly Green

📋 copy color: '#2CB514'

red 44 ◦ green 181 ◦ blue 20

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

Shades of Kelly Green #2CB514

Tints of Kelly Green #2CB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.88%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 17.96%
G = 73.88%
B = 8.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#2CB514 (or 0x2CB514) is known color: Kelly Green. HEX triplet: 2C, B5 and 14. RGB value is (44,181,20). Sum of RGB (Red+Green+Blue) = 44+181+20=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB514 is #D34AEB. Grayscale: #7A7A7A. Windows color (decimal): -13847276 or 1357100. OLE color: 1357100.

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

Color convert

RGB 44 181 20 -
CMYK 0.76 0 0.89 0.29
HSL 111.06º 0.8% 0.39% -
HSV(B) 111.06º 0.89% 0.71% -
XYZ 17.69 33.63 6.22 -
YUV 121.68 70.61 72.59 -
System Red Green Blue C M Y K H S L
Decimal 44 181 20 0.76 0 0.89 0.29 111.06 0.8 0.39
Hex 2C B5 14 4C 0 59 1D 6F 50 27
Octal 54 265 24 114 0 131 35 157 120 47
Binary 101100 10110101 10100 1001100 0 1011001 11101 1101111 1010000 100111

Color Harmonies of #2CB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB514

Black with #2CB514

Text Example


Text Example

White with #2CB514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,181,20); }

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

background-color css

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

 a { background-color: rgb(44,181,20); }

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

border-color css

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

 span { border-color: rgb(44,181,20); }

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