Html Css Color HEX #25B625 Lime Green

📋 copy color: '#25B625'

red 37 ◦ green 182 ◦ blue 37

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

Shades of Lime Green #25B625

Tints of Lime Green #25B625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 71.09%

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

R = 14.45%
G = 71.09%
B = 14.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#25B625 (or 0x25B625) is known color: Lime Green. HEX triplet: 25, B6 and 25. RGB value is (37,182,37). Sum of RGB (Red+Green+Blue) = 37+182+37=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #25B625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B625 is #DA49DA. Grayscale: #7A7A7A. Windows color (decimal): -14305755 or 2471461. OLE color: 2471461.

HSL color Cylindrical-coordinate representation of color #25B625: hue angle of 120º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B625 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 182 37 -
CMYK 0.80 0 0.80 0.29
HSL 120º 0.66% 0.43% -
HSV(B) 120º 0.8% 0.71% -
XYZ 17.82 33.98 7.37 -
YUV 122.12 79.96 67.29 -
System Red Green Blue C M Y K H S L
Decimal 37 182 37 0.80 0 0.80 0.29 120 0.66 0.43
Hex 25 B6 25 50 0 50 1D 78 42 2B
Octal 45 266 45 120 0 120 35 170 102 53
Binary 100101 10110110 100101 1010000 0 1010000 11101 1111000 1000010 101011

Color Harmonies of #25B625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B625

Black with #25B625

Text Example


Text Example

White with #25B625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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