Html Css Color HEX #25C52E Lime Green

📋 copy color: '#25C52E'

red 37 ◦ green 197 ◦ blue 46

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

Shades of Lime Green #25C52E

Tints of Lime Green #25C52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 13.21%
G = 70.36%
B = 16.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#25C52E (or 0x25C52E) is known color: Lime Green. HEX triplet: 25, C5 and 2E. RGB value is (37,197,46). Sum of RGB (Red+Green+Blue) = 37+197+46=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #25C52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C52E is #DA3AD1. Grayscale: #848484. Windows color (decimal): -14301906 or 3065125. OLE color: 3065125.

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

Color convert

RGB 37 197 46 -
CMYK 0.81 0 0.77 0.23
HSL 123.38º 0.68% 0.46% -
HSV(B) 123.38º 0.81% 0.77% -
XYZ 21.22 40.52 9.29 -
YUV 131.95 79.49 60.28 -
System Red Green Blue C M Y K H S L
Decimal 37 197 46 0.81 0 0.77 0.23 123.38 0.68 0.46
Hex 25 C5 2E 51 0 4D 17 7B 44 2E
Octal 45 305 56 121 0 115 27 173 104 56
Binary 100101 11000101 101110 1010001 0 1001101 10111 1111011 1000100 101110

Color Harmonies of #25C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C52E

Black with #25C52E

Text Example


Text Example

White with #25C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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