Html Css Color HEX #25D725 Lime Green

📋 copy color: '#25D725'

red 37 ◦ green 215 ◦ blue 37

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

Shades of Lime Green #25D725

Tints of Lime Green #25D725

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.39%

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

R = 12.8%
G = 74.39%
B = 12.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#25D725 (or 0x25D725) is known color: Lime Green. HEX triplet: 25, D7 and 25. RGB value is (37,215,37). Sum of RGB (Red+Green+Blue) = 37+215+37=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 215 (84.38% from 255 or 74.39% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 215 - color contains mainly: green. Hex color #25D725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D725 is #DA28DA. Grayscale: #8E8E8E. Windows color (decimal): -14297307 or 2479909. OLE color: 2479909.

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

Color convert

RGB 37 215 37 -
CMYK 0.83 0 0.83 0.16
HSL 120º 0.71% 0.49% -
HSV(B) 120º 0.83% 0.84% -
XYZ 25.4 49.13 9.89 -
YUV 141.49 69.03 53.47 -
System Red Green Blue C M Y K H S L
Decimal 37 215 37 0.83 0 0.83 0.16 120 0.71 0.49
Hex 25 D7 25 53 0 53 10 78 47 31
Octal 45 327 45 123 0 123 20 170 107 61
Binary 100101 11010111 100101 1010011 0 1010011 10000 1111000 1000111 110001

Color Harmonies of #25D725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D725

Black with #25D725

Text Example


Text Example

White with #25D725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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