Html Css Color HEX #25C425 Lime Green

📋 copy color: '#25C425'

red 37 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #25C425

Tints of Lime Green #25C425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 72.59%

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

R = 13.7%
G = 72.59%
B = 13.7%

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

#25C425 (or 0x25C425) is known color: Lime Green. HEX triplet: 25, C4 and 25. RGB value is (37,196,37). Sum of RGB (Red+Green+Blue) = 37+196+37=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 196 (76.95% from 255 or 72.59% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 196 - color contains mainly: green. Hex color #25C425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C425 is #DA3BDA. Grayscale: #828282. Windows color (decimal): -14302171 or 2475045. OLE color: 2475045.

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

Color convert

RGB 37 196 37 -
CMYK 0.81 0 0.81 0.23
HSL 120º 0.68% 0.46% -
HSV(B) 120º 0.81% 0.77% -
XYZ 20.84 40.01 8.37 -
YUV 130.33 75.32 61.43 -
System Red Green Blue C M Y K H S L
Decimal 37 196 37 0.81 0 0.81 0.23 120 0.68 0.46
Hex 25 C4 25 51 0 51 17 78 44 2E
Octal 45 304 45 121 0 121 27 170 104 56
Binary 100101 11000100 100101 1010001 0 1010001 10111 1111000 1000100 101110

Color Harmonies of #25C425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C425

Black with #25C425

Text Example


Text Example

White with #25C425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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