Html Css Color HEX #25E134 Lime Green

📋 copy color: '#25E134'

red 37 ◦ green 225 ◦ blue 52

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

Shades of Lime Green #25E134

Tints of Lime Green #25E134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 11.78%
G = 71.66%
B = 16.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#25E134 (or 0x25E134) is known color: Lime Green. HEX triplet: 25, E1 and 34. RGB value is (37,225,52). Sum of RGB (Red+Green+Blue) = 37+225+52=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #25E134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E134 is #DA1ECB. Grayscale: #959595. Windows color (decimal): -14294732 or 3465509. OLE color: 3465509.

HSL color Cylindrical-coordinate representation of color #25E134: hue angle of 124.79º 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 #25E134 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 52 -
CMYK 0.84 0 0.77 0.12
HSL 124.79º 0.76% 0.51% -
HSV(B) 124.79º 0.84% 0.88% -
XYZ 28.31 54.49 12.27 -
YUV 149.07 73.22 48.07 -
System Red Green Blue C M Y K H S L
Decimal 37 225 52 0.84 0 0.77 0.12 124.79 0.76 0.51
Hex 25 E1 34 54 0 4D C 7D 4C 33
Octal 45 341 64 124 0 115 14 175 114 63
Binary 100101 11100001 110100 1010100 0 1001101 1100 1111101 1001100 110011

Color Harmonies of #25E134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E134

Black with #25E134

Text Example


Text Example

White with #25E134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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