Html Css Color HEX #2CA900 Kelly Green

📋 copy color: '#2CA900'

red 44 ◦ green 169 ◦ blue 0

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

Shades of Kelly Green #2CA900

Tints of Kelly Green #2CA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 79.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.66%
G = 79.34%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#2CA900 (or 0x2CA900) is known color: Kelly Green. HEX triplet: 2C, A9 and 00. RGB value is (44,169,0). Sum of RGB (Red+Green+Blue) = 44+169+0=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 169 (66.41% from 255 or 79.34% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA900 is #D356FF. Grayscale: #707070. Windows color (decimal): -13850368 or 43308. OLE color: 43308.

HSL color Cylindrical-coordinate representation of color #2CA900: hue angle of 104.38º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CA900 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 44 169 0 -
CMYK 0.74 0 1 0.34
HSL 104.38º 1% 0.33% -
HSV(B) 104.38º 1% 0.66% -
XYZ 15.23 28.91 4.78 -
YUV 112.36 64.59 79.24 -
System Red Green Blue C M Y K H S L
Decimal 44 169 0 0.74 0 1 0.34 104.38 1 0.33
Hex 2C A9 0 4A 0 64 22 68 64 21
Octal 54 251 0 112 0 144 42 150 144 41
Binary 101100 10101001 0 1001010 0 1100100 100010 1101000 1100100 100001

Color Harmonies of #2CA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA900

Black with #2CA900

Text Example


Text Example

White with #2CA900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,169,0); }

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

background-color css

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

 a { background-color: rgb(44,169,0); }

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

border-color css

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

 span { border-color: rgb(44,169,0); }

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