Html Css Color HEX #25AC3D Lime Green

📋 copy color: '#25AC3D'

red 37 ◦ green 172 ◦ blue 61

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

Shades of Lime Green #25AC3D

Tints of Lime Green #25AC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 13.7%
G = 63.7%
B = 22.59%

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

#25AC3D (or 0x25AC3D) is known color: Lime Green. HEX triplet: 25, AC and 3D. RGB value is (37,172,61). Sum of RGB (Red+Green+Blue) = 37+172+61=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AC3D is #DA53C2. Grayscale: #777777. Windows color (decimal): -14308291 or 4041765. OLE color: 4041765.

HSL color Cylindrical-coordinate representation of color #25AC3D: hue angle of 130.67º 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 #25AC3D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 172 61 -
CMYK 0.78 0 0.65 0.33
HSL 130.67º 0.65% 0.41% -
HSV(B) 130.67º 0.78% 0.67% -
XYZ 16.36 30.24 9.39 -
YUV 118.98 95.27 69.53 -
System Red Green Blue C M Y K H S L
Decimal 37 172 61 0.78 0 0.65 0.33 130.67 0.65 0.41
Hex 25 AC 3D 4E 0 41 21 83 41 29
Octal 45 254 75 116 0 101 41 203 101 51
Binary 100101 10101100 111101 1001110 0 1000001 100001 10000011 1000001 101001

Color Harmonies of #25AC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AC3D

Black with #25AC3D

Text Example


Text Example

White with #25AC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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