Html Css Color HEX #2CB213 Kelly Green

📋 copy color: '#2CB213'

red 44 ◦ green 178 ◦ blue 19

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

Shades of Kelly Green #2CB213

Tints of Kelly Green #2CB213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 18.26%
G = 73.86%
B = 7.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#2CB213 (or 0x2CB213) is known color: Kelly Green. HEX triplet: 2C, B2 and 13. RGB value is (44,178,19). Sum of RGB (Red+Green+Blue) = 44+178+19=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 178 (69.92% from 255 or 73.86% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB213 is #D34DEC. Grayscale: #787878. Windows color (decimal): -13848045 or 1290796. OLE color: 1290796.

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

Color convert

RGB 44 178 19 -
CMYK 0.75 0 0.89 0.30
HSL 110.57º 0.81% 0.39% -
HSV(B) 110.57º 0.89% 0.7% -
XYZ 17.08 32.42 5.97 -
YUV 119.81 71.11 73.93 -
System Red Green Blue C M Y K H S L
Decimal 44 178 19 0.75 0 0.89 0.30 110.57 0.81 0.39
Hex 2C B2 13 4B 0 59 1E 6F 51 27
Octal 54 262 23 113 0 131 36 157 121 47
Binary 101100 10110010 10011 1001011 0 1011001 11110 1101111 1010001 100111

Color Harmonies of #2CB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB213

Black with #2CB213

Text Example


Text Example

White with #2CB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,19); }

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

background-color css

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

 a { background-color: rgb(44,178,19); }

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

border-color css

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

 span { border-color: rgb(44,178,19); }

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