Html Css Color HEX #25D047 Lime Green

📋 copy color: '#25D047'

red 37 ◦ green 208 ◦ blue 71

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

Shades of Lime Green #25D047

Tints of Lime Green #25D047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.82%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 11.71%
G = 65.82%
B = 22.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#25D047 (or 0x25D047) is known color: Lime Green. HEX triplet: 25, D0 and 47. RGB value is (37,208,71). Sum of RGB (Red+Green+Blue) = 37+208+71=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #25D047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D047 is #DA2FB8. Grayscale: #8D8D8D. Windows color (decimal): -14299065 or 4706341. OLE color: 4706341.

HSL color Cylindrical-coordinate representation of color #25D047: hue angle of 131.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D047 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 208 71 -
CMYK 0.82 0 0.66 0.18
HSL 131.93º 0.7% 0.48% -
HSV(B) 131.93º 0.82% 0.82% -
XYZ 24.46 45.96 13.54 -
YUV 141.25 88.35 53.64 -
System Red Green Blue C M Y K H S L
Decimal 37 208 71 0.82 0 0.66 0.18 131.93 0.7 0.48
Hex 25 D0 47 52 0 42 12 84 46 30
Octal 45 320 107 122 0 102 22 204 106 60
Binary 100101 11010000 1000111 1010010 0 1000010 10010 10000100 1000110 110000

Color Harmonies of #25D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D047

Black with #25D047

Text Example


Text Example

White with #25D047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,208,71); }

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

background-color css

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

 a { background-color: rgb(37,208,71); }

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

border-color css

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

 span { border-color: rgb(37,208,71); }

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