Html Css Color HEX #25B642 Lime Green

📋 copy color: '#25B642'

red 37 ◦ green 182 ◦ blue 66

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

Shades of Lime Green #25B642

Tints of Lime Green #25B642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 12.98%
G = 63.86%
B = 23.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#25B642 (or 0x25B642) is known color: Lime Green. HEX triplet: 25, B6 and 42. RGB value is (37,182,66). Sum of RGB (Red+Green+Blue) = 37+182+66=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #25B642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B642 is #DA49BD. Grayscale: #7D7D7D. Windows color (decimal): -14305726 or 4372005. OLE color: 4372005.

HSL color Cylindrical-coordinate representation of color #25B642: hue angle of 132º 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 #25B642 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 182 66 -
CMYK 0.80 0 0.64 0.29
HSL 132º 0.66% 0.43% -
HSV(B) 132º 0.8% 0.71% -
XYZ 18.47 34.24 10.79 -
YUV 125.42 94.46 64.93 -
System Red Green Blue C M Y K H S L
Decimal 37 182 66 0.80 0 0.64 0.29 132 0.66 0.43
Hex 25 B6 42 50 0 40 1D 84 42 2B
Octal 45 266 102 120 0 100 35 204 102 53
Binary 100101 10110110 1000010 1010000 0 1000000 11101 10000100 1000010 101011

Color Harmonies of #25B642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B642

Black with #25B642

Text Example


Text Example

White with #25B642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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