Html Css Color HEX #29C02B Lime Green

📋 copy color: '#29C02B'

red 41 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #29C02B

Tints of Lime Green #29C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 14.86%
G = 69.57%
B = 15.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#29C02B (or 0x29C02B) is known color: Lime Green. HEX triplet: 29, C0 and 2B. RGB value is (41,192,43). Sum of RGB (Red+Green+Blue) = 41+192+43=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #29C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C02B is #D63FD4. Grayscale: #828282. Windows color (decimal): -14041045 or 2867241. OLE color: 2867241.

HSL color Cylindrical-coordinate representation of color #29C02B: hue angle of 120.79º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C02B is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 192 43 -
CMYK 0.79 0 0.78 0.25
HSL 120.79º 0.65% 0.46% -
HSV(B) 120.79º 0.79% 0.75% -
XYZ 20.2 38.35 8.62 -
YUV 129.87 78.97 64.62 -
System Red Green Blue C M Y K H S L
Decimal 41 192 43 0.79 0 0.78 0.25 120.79 0.65 0.46
Hex 29 C0 2B 4F 0 4E 19 79 41 2E
Octal 51 300 53 117 0 116 31 171 101 56
Binary 101001 11000000 101011 1001111 0 1001110 11001 1111001 1000001 101110

Color Harmonies of #29C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C02B

Black with #29C02B

Text Example


Text Example

White with #29C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,192,43); }

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

background-color css

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

 a { background-color: rgb(41,192,43); }

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

border-color css

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

 span { border-color: rgb(41,192,43); }

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