Html Css Color HEX #25C645 Lime Green

📋 copy color: '#25C645'

red 37 ◦ green 198 ◦ blue 69

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

Shades of Lime Green #25C645

Tints of Lime Green #25C645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.13%

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

R = 12.17%
G = 65.13%
B = 22.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#25C645 (or 0x25C645) is known color: Lime Green. HEX triplet: 25, C6 and 45. RGB value is (37,198,69). Sum of RGB (Red+Green+Blue) = 37+198+69=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #25C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C645 is #DA39BA. Grayscale: #878787. Windows color (decimal): -14301627 or 4572709. OLE color: 4572709.

HSL color Cylindrical-coordinate representation of color #25C645: hue angle of 131.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C645 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 198 69 -
CMYK 0.81 0 0.65 0.22
HSL 131.93º 0.69% 0.46% -
HSV(B) 131.93º 0.81% 0.78% -
XYZ 22.03 41.21 12.42 -
YUV 135.16 90.66 57.99 -
System Red Green Blue C M Y K H S L
Decimal 37 198 69 0.81 0 0.65 0.22 131.93 0.69 0.46
Hex 25 C6 45 51 0 41 16 84 45 2E
Octal 45 306 105 121 0 101 26 204 105 56
Binary 100101 11000110 1000101 1010001 0 1000001 10110 10000100 1000101 101110

Color Harmonies of #25C645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C645

Black with #25C645

Text Example


Text Example

White with #25C645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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