Html Css Color HEX #29CB13 Lime Green

📋 copy color: '#29CB13'

red 41 ◦ green 203 ◦ blue 19

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

Shades of Lime Green #29CB13

Tints of Lime Green #29CB13

RGB

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

 GREEN value IS 203 (79.69% from 255) = 77.19%

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

R = 15.59%
G = 77.19%
B = 7.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#29CB13 (or 0x29CB13) is known color: Lime Green. HEX triplet: 29, CB and 13. RGB value is (41,203,19). Sum of RGB (Red+Green+Blue) = 41+203+19=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 203 (79.69% from 255 or 77.19% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CB13 is #D634EC. Grayscale: #868686. Windows color (decimal): -14038253 or 1297193. OLE color: 1297193.

HSL color Cylindrical-coordinate representation of color #29CB13: hue angle of 112.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29CB13 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 203 19 -
CMYK 0.80 0 0.91 0.20
HSL 112.83º 0.83% 0.44% -
HSV(B) 112.83º 0.91% 0.8% -
XYZ 22.39 43.23 7.78 -
YUV 133.59 63.33 61.96 -
System Red Green Blue C M Y K H S L
Decimal 41 203 19 0.80 0 0.91 0.20 112.83 0.83 0.44
Hex 29 CB 13 50 0 5B 14 71 53 2C
Octal 51 313 23 120 0 133 24 161 123 54
Binary 101001 11001011 10011 1010000 0 1011011 10100 1110001 1010011 101100

Color Harmonies of #29CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CB13

Black with #29CB13

Text Example


Text Example

White with #29CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,203,19); }

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

background-color css

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

 a { background-color: rgb(41,203,19); }

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

border-color css

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

 span { border-color: rgb(41,203,19); }

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