Html Css Color HEX #2DF025 Lime Green

📋 copy color: '#2DF025'

red 45 ◦ green 240 ◦ blue 37

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

Shades of Lime Green #2DF025

Tints of Lime Green #2DF025

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.53%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 13.98%
G = 74.53%
B = 11.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#2DF025 (or 0x2DF025) is known color: Lime Green. HEX triplet: 2D, F0 and 25. RGB value is (45,240,37). Sum of RGB (Red+Green+Blue) = 45+240+37=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF025 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF025 is #D20FDA. Grayscale: #9F9F9F. Windows color (decimal): -13766619 or 2486317. OLE color: 2486317.

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

Color convert

RGB 45 240 37 -
CMYK 0.81 0 0.85 0.06
HSL 117.64º 0.87% 0.54% -
HSV(B) 117.64º 0.85% 0.94% -
XYZ 32.58 63.01 12.2 -
YUV 158.55 59.4 47.01 -
System Red Green Blue C M Y K H S L
Decimal 45 240 37 0.81 0 0.85 0.06 117.64 0.87 0.54
Hex 2D F0 25 51 0 55 6 76 57 36
Octal 55 360 45 121 0 125 6 166 127 66
Binary 101101 11110000 100101 1010001 0 1010101 110 1110110 1010111 110110

Color Harmonies of #2DF025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF025

Black with #2DF025

Text Example


Text Example

White with #2DF025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,240,37); }

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

background-color css

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

 a { background-color: rgb(45,240,37); }

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

border-color css

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

 span { border-color: rgb(45,240,37); }

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