Html Css Color HEX #25C525 Lime Green

📋 copy color: '#25C525'

red 37 ◦ green 197 ◦ blue 37

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

Shades of Lime Green #25C525

Tints of Lime Green #25C525

RGB

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

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

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

R = 13.65%
G = 72.69%
B = 13.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#25C525 (or 0x25C525) is known color: Lime Green. HEX triplet: 25, C5 and 25. RGB value is (37,197,37). Sum of RGB (Red+Green+Blue) = 37+197+37=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #25C525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C525 is #DA3ADA. Grayscale: #838383. Windows color (decimal): -14301915 or 2475301. OLE color: 2475301.

HSL color Cylindrical-coordinate representation of color #25C525: hue angle of 120º 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 #25C525 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 197 37 -
CMYK 0.81 0 0.81 0.23
HSL 120º 0.68% 0.46% -
HSV(B) 120º 0.81% 0.77% -
XYZ 21.06 40.46 8.45 -
YUV 130.92 74.99 61.01 -
System Red Green Blue C M Y K H S L
Decimal 37 197 37 0.81 0 0.81 0.23 120 0.68 0.46
Hex 25 C5 25 51 0 51 17 78 44 2E
Octal 45 305 45 121 0 121 27 170 104 56
Binary 100101 11000101 100101 1010001 0 1010001 10111 1111000 1000100 101110

Color Harmonies of #25C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C525

Black with #25C525

Text Example


Text Example

White with #25C525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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