Html Css Color HEX #25AC3C Lime Green

📋 copy color: '#25AC3C'

red 37 ◦ green 172 ◦ blue 60

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

Shades of Lime Green #25AC3C

Tints of Lime Green #25AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.94%

 BLUE value IS 60 (23.83% from 255) = 22.3%

R = 13.75%
G = 63.94%
B = 22.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#25AC3C (or 0x25AC3C) is known color: Lime Green. HEX triplet: 25, AC and 3C. RGB value is (37,172,60). Sum of RGB (Red+Green+Blue) = 37+172+60=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AC3C is #DA53C3. Grayscale: #777777. Windows color (decimal): -14308292 or 3976229. OLE color: 3976229.

HSL color Cylindrical-coordinate representation of color #25AC3C: hue angle of 130.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AC3C is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 172 60 -
CMYK 0.78 0 0.65 0.33
HSL 130.22º 0.65% 0.41% -
HSV(B) 130.22º 0.78% 0.67% -
XYZ 16.33 30.22 9.25 -
YUV 118.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 37 172 60 0.78 0 0.65 0.33 130.22 0.65 0.41
Hex 25 AC 3C 4E 0 41 21 82 41 29
Octal 45 254 74 116 0 101 41 202 101 51
Binary 100101 10101100 111100 1001110 0 1000001 100001 10000010 1000001 101001

Color Harmonies of #25AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AC3C

Black with #25AC3C

Text Example


Text Example

White with #25AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,172,60); }

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

background-color css

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

 a { background-color: rgb(37,172,60); }

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

border-color css

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

 span { border-color: rgb(37,172,60); }

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