Html Css Color HEX #25C145 Lime Green

📋 copy color: '#25C145'

red 37 ◦ green 193 ◦ blue 69

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

Shades of Lime Green #25C145

Tints of Lime Green #25C145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.55%

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

R = 12.37%
G = 64.55%
B = 23.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#25C145 (or 0x25C145) is known color: Lime Green. HEX triplet: 25, C1 and 45. RGB value is (37,193,69). Sum of RGB (Red+Green+Blue) = 37+193+69=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #25C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C145 is #DA3EBA. Grayscale: #848484. Windows color (decimal): -14302907 or 4571429. OLE color: 4571429.

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

Color convert

RGB 37 193 69 -
CMYK 0.81 0 0.64 0.24
HSL 132.31º 0.68% 0.45% -
HSV(B) 132.31º 0.81% 0.76% -
XYZ 20.91 38.96 12.05 -
YUV 132.22 92.32 60.08 -
System Red Green Blue C M Y K H S L
Decimal 37 193 69 0.81 0 0.64 0.24 132.31 0.68 0.45
Hex 25 C1 45 51 0 40 18 84 44 2D
Octal 45 301 105 121 0 100 30 204 104 55
Binary 100101 11000001 1000101 1010001 0 1000000 11000 10000100 1000100 101101

Color Harmonies of #25C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C145

Black with #25C145

Text Example


Text Example

White with #25C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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