Html Css Color HEX #29CF31 Lime Green

📋 copy color: '#29CF31'

red 41 ◦ green 207 ◦ blue 49

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

Shades of Lime Green #29CF31

Tints of Lime Green #29CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.7%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 13.8%
G = 69.7%
B = 16.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#29CF31 (or 0x29CF31) is known color: Lime Green. HEX triplet: 29, CF and 31. RGB value is (41,207,49). Sum of RGB (Red+Green+Blue) = 41+207+49=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF31 is #D630CE. Grayscale: #8B8B8B. Windows color (decimal): -14037199 or 3264297. OLE color: 3264297.

HSL color Cylindrical-coordinate representation of color #29CF31: hue angle of 122.89º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF31 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 207 49 -
CMYK 0.80 0 0.76 0.19
HSL 122.89º 0.67% 0.49% -
HSV(B) 122.89º 0.8% 0.81% -
XYZ 23.78 45.32 10.4 -
YUV 139.35 77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 41 207 49 0.80 0 0.76 0.19 122.89 0.67 0.49
Hex 29 CF 31 50 0 4C 13 7B 43 31
Octal 51 317 61 120 0 114 23 173 103 61
Binary 101001 11001111 110001 1010000 0 1001100 10011 1111011 1000011 110001

Color Harmonies of #29CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CF31

Black with #29CF31

Text Example


Text Example

White with #29CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,207,49); }

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

background-color css

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

 a { background-color: rgb(41,207,49); }

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

border-color css

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

 span { border-color: rgb(41,207,49); }

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