Html Css Color HEX #25C045 Lime Green

📋 copy color: '#25C045'

red 37 ◦ green 192 ◦ blue 69

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

Shades of Lime Green #25C045

Tints of Lime Green #25C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.43%

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

R = 12.42%
G = 64.43%
B = 23.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#25C045 (or 0x25C045) is known color: Lime Green. HEX triplet: 25, C0 and 45. RGB value is (37,192,69). Sum of RGB (Red+Green+Blue) = 37+192+69=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #25C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C045 is #DA3FBA. Grayscale: #838383. Windows color (decimal): -14303163 or 4571173. OLE color: 4571173.

HSL color Cylindrical-coordinate representation of color #25C045: hue angle of 132.39º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C045 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 69 -
CMYK 0.81 0 0.64 0.25
HSL 132.39º 0.68% 0.45% -
HSV(B) 132.39º 0.81% 0.75% -
XYZ 20.69 38.52 11.98 -
YUV 131.63 92.65 60.5 -
System Red Green Blue C M Y K H S L
Decimal 37 192 69 0.81 0 0.64 0.25 132.39 0.68 0.45
Hex 25 C0 45 51 0 40 19 84 44 2D
Octal 45 300 105 121 0 100 31 204 104 55
Binary 100101 11000000 1000101 1010001 0 1000000 11001 10000100 1000100 101101

Color Harmonies of #25C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C045

Black with #25C045

Text Example


Text Example

White with #25C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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