Html Css Color HEX #2DF124 Lime Green

📋 copy color: '#2DF124'

red 45 ◦ green 241 ◦ blue 36

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

Shades of Lime Green #2DF124

Tints of Lime Green #2DF124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 13.98%
G = 74.84%
B = 11.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2DF124 (or 0x2DF124) is known color: Lime Green. HEX triplet: 2D, F1 and 24. RGB value is (45,241,36). Sum of RGB (Red+Green+Blue) = 45+241+36=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF124 is #D20EDB. Grayscale: #9F9F9F. Windows color (decimal): -13766364 or 2421037. OLE color: 2421037.

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

Color convert

RGB 45 241 36 -
CMYK 0.81 0 0.85 0.05
HSL 117.37º 0.88% 0.54% -
HSV(B) 117.37º 0.85% 0.95% -
XYZ 32.86 63.6 12.21 -
YUV 159.03 58.57 46.67 -
System Red Green Blue C M Y K H S L
Decimal 45 241 36 0.81 0 0.85 0.05 117.37 0.88 0.54
Hex 2D F1 24 51 0 55 5 75 58 36
Octal 55 361 44 121 0 125 5 165 130 66
Binary 101101 11110001 100100 1010001 0 1010101 101 1110101 1011000 110110

Color Harmonies of #2DF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF124

Black with #2DF124

Text Example


Text Example

White with #2DF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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