Html Css Color HEX #25E125 Lime Green

📋 copy color: '#25E125'

red 37 ◦ green 225 ◦ blue 37

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

Shades of Lime Green #25E125

Tints of Lime Green #25E125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.25%

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

R = 12.37%
G = 75.25%
B = 12.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#25E125 (or 0x25E125) is known color: Lime Green. HEX triplet: 25, E1 and 25. RGB value is (37,225,37). Sum of RGB (Red+Green+Blue) = 37+225+37=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #25E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E125 is #DA1EDA. Grayscale: #939393. Windows color (decimal): -14294747 or 2482469. OLE color: 2482469.

HSL color Cylindrical-coordinate representation of color #25E125: hue angle of 120º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E125 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 37 -
CMYK 0.84 0 0.84 0.12
HSL 120º 0.76% 0.51% -
HSV(B) 120º 0.84% 0.88% -
XYZ 28.02 54.38 10.77 -
YUV 147.36 65.72 49.29 -
System Red Green Blue C M Y K H S L
Decimal 37 225 37 0.84 0 0.84 0.12 120 0.76 0.51
Hex 25 E1 25 54 0 54 C 78 4C 33
Octal 45 341 45 124 0 124 14 170 114 63
Binary 100101 11100001 100101 1010100 0 1010100 1100 1111000 1001100 110011

Color Harmonies of #25E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E125

Black with #25E125

Text Example


Text Example

White with #25E125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,225,37); }

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

background-color css

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

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

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

border-color css

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

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

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