Html Css Color HEX #25C540 Lime Green

📋 copy color: '#25C540'

red 37 ◦ green 197 ◦ blue 64

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

Shades of Lime Green #25C540

Tints of Lime Green #25C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.11%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 12.42%
G = 66.11%
B = 21.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#25C540 (or 0x25C540) is known color: Lime Green. HEX triplet: 25, C5 and 40. RGB value is (37,197,64). Sum of RGB (Red+Green+Blue) = 37+197+64=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #25C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C540 is #DA3ABF. Grayscale: #868686. Windows color (decimal): -14301888 or 4244773. OLE color: 4244773.

HSL color Cylindrical-coordinate representation of color #25C540: hue angle of 130.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C540 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 197 64 -
CMYK 0.81 0 0.68 0.23
HSL 130.13º 0.68% 0.46% -
HSV(B) 130.13º 0.81% 0.77% -
XYZ 21.65 40.7 11.56 -
YUV 134 88.49 58.81 -
System Red Green Blue C M Y K H S L
Decimal 37 197 64 0.81 0 0.68 0.23 130.13 0.68 0.46
Hex 25 C5 40 51 0 44 17 82 44 2E
Octal 45 305 100 121 0 104 27 202 104 56
Binary 100101 11000101 1000000 1010001 0 1000100 10111 10000010 1000100 101110

Color Harmonies of #25C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C540

Black with #25C540

Text Example


Text Example

White with #25C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,197,64); }

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

background-color css

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

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

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

border-color css

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

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

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