Html Css Color HEX #25C127 Lime Green

📋 copy color: '#25C127'

red 37 ◦ green 193 ◦ blue 39

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

Shades of Lime Green #25C127

Tints of Lime Green #25C127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 13.75%
G = 71.75%
B = 14.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#25C127 (or 0x25C127) is known color: Lime Green. HEX triplet: 25, C1 and 27. RGB value is (37,193,39). Sum of RGB (Red+Green+Blue) = 37+193+39=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #25C127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C127 is #DA3ED8. Grayscale: #818181. Windows color (decimal): -14302937 or 2605349. OLE color: 2605349.

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

Color convert

RGB 37 193 39 -
CMYK 0.81 0 0.80 0.24
HSL 120.77º 0.68% 0.45% -
HSV(B) 120.77º 0.81% 0.76% -
XYZ 20.2 38.68 8.32 -
YUV 128.8 77.32 62.52 -
System Red Green Blue C M Y K H S L
Decimal 37 193 39 0.81 0 0.80 0.24 120.77 0.68 0.45
Hex 25 C1 27 51 0 50 18 79 44 2D
Octal 45 301 47 121 0 120 30 171 104 55
Binary 100101 11000001 100111 1010001 0 1010000 11000 1111001 1000100 101101

Color Harmonies of #25C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C127

Black with #25C127

Text Example


Text Example

White with #25C127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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