Html Css Color HEX #29EF2D Lime Green

📋 copy color: '#29EF2D'

red 41 ◦ green 239 ◦ blue 45

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

Shades of Lime Green #29EF2D

Tints of Lime Green #29EF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 73.54%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 12.62%
G = 73.54%
B = 13.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#29EF2D (or 0x29EF2D) is known color: Lime Green. HEX triplet: 29, EF and 2D. RGB value is (41,239,45). Sum of RGB (Red+Green+Blue) = 41+239+45=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 239 (93.75% from 255 or 73.54% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 239 - color contains mainly: green. Hex color #29EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29EF2D is #D610D2. Grayscale: #9E9E9E. Windows color (decimal): -14029011 or 3010345. OLE color: 3010345.

HSL color Cylindrical-coordinate representation of color #29EF2D: hue angle of 121.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EF2D is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 239 45 -
CMYK 0.83 0 0.81 0.06
HSL 121.21º 0.86% 0.55% -
HSV(B) 121.21º 0.83% 0.94% -
XYZ 32.25 62.39 12.83 -
YUV 157.68 64.4 44.77 -
System Red Green Blue C M Y K H S L
Decimal 41 239 45 0.83 0 0.81 0.06 121.21 0.86 0.55
Hex 29 EF 2D 53 0 51 6 79 56 37
Octal 51 357 55 123 0 121 6 171 126 67
Binary 101001 11101111 101101 1010011 0 1010001 110 1111001 1010110 110111

Color Harmonies of #29EF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EF2D

Black with #29EF2D

Text Example


Text Example

White with #29EF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,239,45); }

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

background-color css

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

 a { background-color: rgb(41,239,45); }

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

border-color css

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

 span { border-color: rgb(41,239,45); }

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