Html Css Color HEX #29CF25 Lime Green

📋 copy color: '#29CF25'

red 41 ◦ green 207 ◦ blue 37

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

Shades of Lime Green #29CF25

Tints of Lime Green #29CF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 14.39%
G = 72.63%
B = 12.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#29CF25 (or 0x29CF25) is known color: Lime Green. HEX triplet: 29, CF and 25. RGB value is (41,207,37). Sum of RGB (Red+Green+Blue) = 41+207+37=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF25 is #D630DA. Grayscale: #8A8A8A. Windows color (decimal): -14037211 or 2477865. OLE color: 2477865.

HSL color Cylindrical-coordinate representation of color #29CF25: hue angle of 118.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CF25 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 207 37 -
CMYK 0.80 0 0.82 0.19
HSL 118.59º 0.7% 0.48% -
HSV(B) 118.59º 0.82% 0.81% -
XYZ 23.56 45.23 9.24 -
YUV 137.99 71 58.82 -
System Red Green Blue C M Y K H S L
Decimal 41 207 37 0.80 0 0.82 0.19 118.59 0.7 0.48
Hex 29 CF 25 50 0 52 13 77 46 30
Octal 51 317 45 120 0 122 23 167 106 60
Binary 101001 11001111 100101 1010000 0 1010010 10011 1110111 1000110 110000

Color Harmonies of #29CF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CF25

Black with #29CF25

Text Example


Text Example

White with #29CF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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