Html Css Color HEX #2DF128 Lime Green

📋 copy color: '#2DF128'

red 45 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #2DF128

Tints of Lime Green #2DF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 13.8%
G = 73.93%
B = 12.27%

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

#2DF128 (or 0x2DF128) is known color: Lime Green. HEX triplet: 2D, F1 and 28. RGB value is (45,241,40). Sum of RGB (Red+Green+Blue) = 45+241+40=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF128 is #D20ED7. Grayscale: #A0A0A0. Windows color (decimal): -13766360 or 2683181. OLE color: 2683181.

HSL color Cylindrical-coordinate representation of color #2DF128: hue angle of 118.51º 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 #2DF128 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 241 40 -
CMYK 0.81 0 0.83 0.05
HSL 118.51º 0.88% 0.55% -
HSV(B) 118.51º 0.83% 0.95% -
XYZ 32.92 63.62 12.55 -
YUV 159.48 60.57 46.34 -
System Red Green Blue C M Y K H S L
Decimal 45 241 40 0.81 0 0.83 0.05 118.51 0.88 0.55
Hex 2D F1 28 51 0 53 5 77 58 37
Octal 55 361 50 121 0 123 5 167 130 67
Binary 101101 11110001 101000 1010001 0 1010011 101 1110111 1011000 110111

Color Harmonies of #2DF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF128

Black with #2DF128

Text Example


Text Example

White with #2DF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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