Html Css Color HEX #25C141 Lime Green

📋 copy color: '#25C141'

red 37 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #25C141

Tints of Lime Green #25C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 12.54%
G = 65.42%
B = 22.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#25C141 (or 0x25C141) is known color: Lime Green. HEX triplet: 25, C1 and 41. RGB value is (37,193,65). Sum of RGB (Red+Green+Blue) = 37+193+65=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #25C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C141 is #DA3EBE. Grayscale: #848484. Windows color (decimal): -14302911 or 4309285. OLE color: 4309285.

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

Color convert

RGB 37 193 65 -
CMYK 0.81 0 0.66 0.24
HSL 130.77º 0.68% 0.45% -
HSV(B) 130.77º 0.81% 0.76% -
XYZ 20.79 38.91 11.42 -
YUV 131.76 90.32 60.41 -
System Red Green Blue C M Y K H S L
Decimal 37 193 65 0.81 0 0.66 0.24 130.77 0.68 0.45
Hex 25 C1 41 51 0 42 18 83 44 2D
Octal 45 301 101 121 0 102 30 203 104 55
Binary 100101 11000001 1000001 1010001 0 1000010 11000 10000011 1000100 101101

Color Harmonies of #25C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C141

Black with #25C141

Text Example


Text Example

White with #25C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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