Html Css Color HEX #2CB60A Kelly Green

📋 copy color: '#2CB60A'

red 44 ◦ green 182 ◦ blue 10

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

Shades of Kelly Green #2CB60A

Tints of Kelly Green #2CB60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 18.64%
G = 77.12%
B = 4.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#2CB60A (or 0x2CB60A) is known color: Kelly Green. HEX triplet: 2C, B6 and 0A. RGB value is (44,182,10). Sum of RGB (Red+Green+Blue) = 44+182+10=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 182 (71.48% from 255 or 77.12% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB60A is #D349F5. Grayscale: #797979. Windows color (decimal): -13847030 or 701996. OLE color: 701996.

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

Color convert

RGB 44 182 10 -
CMYK 0.76 0 0.95 0.29
HSL 108.14º 0.9% 0.38% -
HSV(B) 108.14º 0.95% 0.71% -
XYZ 17.82 34.01 5.91 -
YUV 121.13 65.28 72.99 -
System Red Green Blue C M Y K H S L
Decimal 44 182 10 0.76 0 0.95 0.29 108.14 0.9 0.38
Hex 2C B6 A 4C 0 5F 1D 6C 5A 26
Octal 54 266 12 114 0 137 35 154 132 46
Binary 101100 10110110 1010 1001100 0 1011111 11101 1101100 1011010 100110

Color Harmonies of #2CB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB60A

Black with #2CB60A

Text Example


Text Example

White with #2CB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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