Html Css Color HEX #25E428 Lime Green

📋 copy color: '#25E428'

red 37 ◦ green 228 ◦ blue 40

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

Shades of Lime Green #25E428

Tints of Lime Green #25E428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 74.75%

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 12.13%
G = 74.75%
B = 13.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#25E428 (or 0x25E428) is known color: Lime Green. HEX triplet: 25, E4 and 28. RGB value is (37,228,40). Sum of RGB (Red+Green+Blue) = 37+228+40=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #25E428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E428 is #DA1BD7. Grayscale: #969696. Windows color (decimal): -14293976 or 2679845. OLE color: 2679845.

HSL color Cylindrical-coordinate representation of color #25E428: hue angle of 120.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E428 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 228 40 -
CMYK 0.84 0 0.82 0.11
HSL 120.94º 0.78% 0.52% -
HSV(B) 120.94º 0.84% 0.89% -
XYZ 28.89 56.03 11.3 -
YUV 149.46 66.22 47.79 -
System Red Green Blue C M Y K H S L
Decimal 37 228 40 0.84 0 0.82 0.11 120.94 0.78 0.52
Hex 25 E4 28 54 0 52 B 79 4E 34
Octal 45 344 50 124 0 122 13 171 116 64
Binary 100101 11100100 101000 1010100 0 1010010 1011 1111001 1001110 110100

Color Harmonies of #25E428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E428

Black with #25E428

Text Example


Text Example

White with #25E428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,228,40); }

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

background-color css

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

 a { background-color: rgb(37,228,40); }

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

border-color css

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

 span { border-color: rgb(37,228,40); }

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