Html Css Color HEX #25EC41 Lime Green

📋 copy color: '#25EC41'

red 37 ◦ green 236 ◦ blue 65

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

Shades of Lime Green #25EC41

Tints of Lime Green #25EC41

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.82%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 10.95%
G = 69.82%
B = 19.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#25EC41 (or 0x25EC41) is known color: Lime Green. HEX triplet: 25, EC and 41. RGB value is (37,236,65). Sum of RGB (Red+Green+Blue) = 37+236+65=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #25EC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EC41 is #DA13BE. Grayscale: #9D9D9D. Windows color (decimal): -14291903 or 4320293. OLE color: 4320293.

HSL color Cylindrical-coordinate representation of color #25EC41: hue angle of 128.44º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EC41 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 236 65 -
CMYK 0.84 0 0.72 0.07
HSL 128.44º 0.84% 0.54% -
HSV(B) 128.44º 0.84% 0.93% -
XYZ 31.71 60.77 15.06 -
YUV 157.01 76.07 42.4 -
System Red Green Blue C M Y K H S L
Decimal 37 236 65 0.84 0 0.72 0.07 128.44 0.84 0.54
Hex 25 EC 41 54 0 48 7 80 54 36
Octal 45 354 101 124 0 110 7 200 124 66
Binary 100101 11101100 1000001 1010100 0 1001000 111 10000000 1010100 110110

Color Harmonies of #25EC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EC41

Black with #25EC41

Text Example


Text Example

White with #25EC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,236,65); }

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

background-color css

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

 a { background-color: rgb(37,236,65); }

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

border-color css

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

 span { border-color: rgb(37,236,65); }

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