Html Css Color HEX #2DFE37 Lime Green

📋 copy color: '#2DFE37'

red 45 ◦ green 254 ◦ blue 55

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

Shades of Lime Green #2DFE37

Tints of Lime Green #2DFE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.54%

R = 12.71%
G = 71.75%
B = 15.54%

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

#2DFE37 (or 0x2DFE37) is known color: Lime Green. HEX triplet: 2D, FE and 37. RGB value is (45,254,55). Sum of RGB (Red+Green+Blue) = 45+254+55=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 254 (99.61% from 255 or 71.75% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE37 is #D201C8. Grayscale: #A9A9A9. Windows color (decimal): -13763017 or 3669549. OLE color: 3669549.

HSL color Cylindrical-coordinate representation of color #2DFE37: hue angle of 122.87º 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 #2DFE37 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 45 254 55 -
CMYK 0.82 0 0.78 0.00
HSL 122.87º 0.99% 0.59% -
HSV(B) 122.87º 0.82% 1% -
XYZ 37.21 71.72 15.5 -
YUV 168.82 63.76 39.68 -
System Red Green Blue C M Y K H S L
Decimal 45 254 55 0.82 0 0.78 0.00 122.87 0.99 0.59
Hex 2D FE 37 52 0 4E 0 7B 63 3B
Octal 55 376 67 122 0 116 0 173 143 73
Binary 101101 11111110 110111 1010010 0 1001110 0 1111011 1100011 111011

Color Harmonies of #2DFE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFE37

Black with #2DFE37

Text Example


Text Example

White with #2DFE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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