Html Css Color HEX #25C445 Lime Green

📋 copy color: '#25C445'

red 37 ◦ green 196 ◦ blue 69

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

Shades of Lime Green #25C445

Tints of Lime Green #25C445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 12.25%
G = 64.9%
B = 22.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#25C445 (or 0x25C445) is known color: Lime Green. HEX triplet: 25, C4 and 45. RGB value is (37,196,69). Sum of RGB (Red+Green+Blue) = 37+196+69=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #25C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C445 is #DA3BBA. Grayscale: #868686. Windows color (decimal): -14302139 or 4572197. OLE color: 4572197.

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

Color convert

RGB 37 196 69 -
CMYK 0.81 0 0.65 0.23
HSL 132.08º 0.68% 0.46% -
HSV(B) 132.08º 0.81% 0.77% -
XYZ 21.58 40.3 12.27 -
YUV 133.98 91.32 58.83 -
System Red Green Blue C M Y K H S L
Decimal 37 196 69 0.81 0 0.65 0.23 132.08 0.68 0.46
Hex 25 C4 45 51 0 41 17 84 44 2E
Octal 45 304 105 121 0 101 27 204 104 56
Binary 100101 11000100 1000101 1010001 0 1000001 10111 10000100 1000100 101110

Color Harmonies of #25C445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C445

Black with #25C445

Text Example


Text Example

White with #25C445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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