Html Css Color HEX #25EF40 Lime Green

📋 copy color: '#25EF40'

red 37 ◦ green 239 ◦ blue 64

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

Shades of Lime Green #25EF40

Tints of Lime Green #25EF40

RGB

 RED value IS 37 (14.84% from 255) = 10.88%

 GREEN value IS 239 (93.75% from 255) = 70.29%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 10.88%
G = 70.29%
B = 18.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#25EF40 (or 0x25EF40) is known color: Lime Green. HEX triplet: 25, EF and 40. RGB value is (37,239,64). Sum of RGB (Red+Green+Blue) = 37+239+64=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 239 (93.75% from 255 or 70.29% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 239 - color contains mainly: green. Hex color #25EF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EF40 is #DA10BF. Grayscale: #9F9F9F. Windows color (decimal): -14291136 or 4255525. OLE color: 4255525.

HSL color Cylindrical-coordinate representation of color #25EF40: hue angle of 128.02º degrees, saturation: 0.86, 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 #25EF40 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 239 64 -
CMYK 0.85 0 0.73 0.06
HSL 128.02º 0.86% 0.54% -
HSV(B) 128.02º 0.85% 0.94% -
XYZ 32.55 62.5 15.2 -
YUV 158.65 74.58 41.23 -
System Red Green Blue C M Y K H S L
Decimal 37 239 64 0.85 0 0.73 0.06 128.02 0.86 0.54
Hex 25 EF 40 55 0 49 6 80 56 36
Octal 45 357 100 125 0 111 6 200 126 66
Binary 100101 11101111 1000000 1010101 0 1001001 110 10000000 1010110 110110

Color Harmonies of #25EF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EF40

Black with #25EF40

Text Example


Text Example

White with #25EF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25EF40; }

 p { color: rgb(37,239,64); }

 H1.HeaderClassName
 {
   color: #25EF40;
 }
 .AnyTagClassName
 {
   color: #25EF40;
 }
</style>

background-color css

<style>
 a { background-color: #25EF40; }

 a { background-color: rgb(37,239,64); }

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

border-color css

<style>
 span { border-color: #25EF40; }

 span { border-color: rgb(37,239,64); }

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