Html Css Color HEX #29CA02 Kelly Green

📋 copy color: '#29CA02'

red 41 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #29CA02

Tints of Kelly Green #29CA02

RGB

 RED value IS 41 (16.41% from 255) = 16.73%

 GREEN value IS 202 (79.3% from 255) = 82.45%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 16.73%
G = 82.45%
B = 0.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#29CA02 (or 0x29CA02) is known color: Kelly Green. HEX triplet: 29, CA and 02. RGB value is (41,202,2). Sum of RGB (Red+Green+Blue) = 41+202+2=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 202 (79.30% from 255 or 82.45% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CA02 is #D635FD. Grayscale: #838383. Windows color (decimal): -14038526 or 182825. OLE color: 182825.

HSL color Cylindrical-coordinate representation of color #29CA02: hue angle of 108.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29CA02 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 202 2 -
CMYK 0.80 0 0.99 0.21
HSL 108.3º 0.98% 0.4% -
HSV(B) 108.3º 0.99% 0.79% -
XYZ 22.05 42.72 7.14 -
YUV 131.06 55.16 63.76 -
System Red Green Blue C M Y K H S L
Decimal 41 202 2 0.80 0 0.99 0.21 108.3 0.98 0.4
Hex 29 CA 2 50 0 63 15 6C 62 28
Octal 51 312 2 120 0 143 25 154 142 50
Binary 101001 11001010 10 1010000 0 1100011 10101 1101100 1100010 101000

Color Harmonies of #29CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CA02

Black with #29CA02

Text Example


Text Example

White with #29CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29CA02; }

 p { color: rgb(41,202,2); }

 H1.HeaderClassName
 {
   color: #29CA02;
 }
 .AnyTagClassName
 {
   color: #29CA02;
 }
</style>

background-color css

<style>
 a { background-color: #29CA02; }

 a { background-color: rgb(41,202,2); }

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

border-color css

<style>
 span { border-color: #29CA02; }

 span { border-color: rgb(41,202,2); }

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