Html Css Color HEX #2DF129 Lime Green

📋 copy color: '#2DF129'

red 45 ◦ green 241 ◦ blue 41

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

Shades of Lime Green #2DF129

Tints of Lime Green #2DF129

RGB

 RED value IS 45 (17.97% from 255) = 13.76%

 GREEN value IS 241 (94.53% from 255) = 73.7%

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 13.76%
G = 73.7%
B = 12.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2DF129 (or 0x2DF129) is known color: Lime Green. HEX triplet: 2D, F1 and 29. RGB value is (45,241,41). Sum of RGB (Red+Green+Blue) = 45+241+41=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF129 is #D20ED6. Grayscale: #A0A0A0. Windows color (decimal): -13766359 or 2748717. OLE color: 2748717.

HSL color Cylindrical-coordinate representation of color #2DF129: hue angle of 118.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF129 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 241 41 -
CMYK 0.81 0 0.83 0.05
HSL 118.8º 0.88% 0.55% -
HSV(B) 118.8º 0.83% 0.95% -
XYZ 32.94 63.63 12.64 -
YUV 159.6 61.07 46.26 -
System Red Green Blue C M Y K H S L
Decimal 45 241 41 0.81 0 0.83 0.05 118.8 0.88 0.55
Hex 2D F1 29 51 0 53 5 77 58 37
Octal 55 361 51 121 0 123 5 167 130 67
Binary 101101 11110001 101001 1010001 0 1010011 101 1110111 1011000 110111

Color Harmonies of #2DF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF129

Black with #2DF129

Text Example


Text Example

White with #2DF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DF129; }

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

 H1.HeaderClassName
 {
   color: #2DF129;
 }
 .AnyTagClassName
 {
   color: #2DF129;
 }
</style>

background-color css

<style>
 a { background-color: #2DF129; }

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

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

border-color css

<style>
 span { border-color: #2DF129; }

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

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