Html Css Color HEX #2DFE39 Lime Green

📋 copy color: '#2DFE39'

red 45 ◦ green 254 ◦ blue 57

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

Shades of Lime Green #2DFE39

Tints of Lime Green #2DFE39

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.35%

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 12.64%
G = 71.35%
B = 16.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#2DFE39 (or 0x2DFE39) is known color: Lime Green. HEX triplet: 2D, FE and 39. RGB value is (45,254,57). Sum of RGB (Red+Green+Blue) = 45+254+57=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE39 is #D201C6. Grayscale: #A9A9A9. Windows color (decimal): -13763015 or 3800621. OLE color: 3800621.

HSL color Cylindrical-coordinate representation of color #2DFE39: hue angle of 123.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE39 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 45 254 57 -
CMYK 0.82 0 0.78 0.00
HSL 123.45º 0.99% 0.59% -
HSV(B) 123.45º 0.82% 1% -
XYZ 37.26 71.74 15.75 -
YUV 169.05 64.76 39.52 -
System Red Green Blue C M Y K H S L
Decimal 45 254 57 0.82 0 0.78 0.00 123.45 0.99 0.59
Hex 2D FE 39 52 0 4E 0 7B 63 3B
Octal 55 376 71 122 0 116 0 173 143 73
Binary 101101 11111110 111001 1010010 0 1001110 0 1111011 1100011 111011

Color Harmonies of #2DFE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFE39

Black with #2DFE39

Text Example


Text Example

White with #2DFE39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,254,57); }

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

background-color css

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

 a { background-color: rgb(45,254,57); }

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

border-color css

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

 span { border-color: rgb(45,254,57); }

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