Html Css Color HEX #25D542 Lime Green

📋 copy color: '#25D542'

red 37 ◦ green 213 ◦ blue 66

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

Shades of Lime Green #25D542

Tints of Lime Green #25D542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.41%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 11.71%
G = 67.41%
B = 20.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#25D542 (or 0x25D542) is known color: Lime Green. HEX triplet: 25, D5 and 42. RGB value is (37,213,66). Sum of RGB (Red+Green+Blue) = 37+213+66=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #25D542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D542 is #DA2ABD. Grayscale: #909090. Windows color (decimal): -14297790 or 4379941. OLE color: 4379941.

HSL color Cylindrical-coordinate representation of color #25D542: hue angle of 129.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D542 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 213 66 -
CMYK 0.83 0 0.69 0.16
HSL 129.89º 0.7% 0.49% -
HSV(B) 129.89º 0.83% 0.84% -
XYZ 25.54 48.38 13.15 -
YUV 143.62 84.19 51.95 -
System Red Green Blue C M Y K H S L
Decimal 37 213 66 0.83 0 0.69 0.16 129.89 0.7 0.49
Hex 25 D5 42 53 0 45 10 82 46 31
Octal 45 325 102 123 0 105 20 202 106 61
Binary 100101 11010101 1000010 1010011 0 1000101 10000 10000010 1000110 110001

Color Harmonies of #25D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D542

Black with #25D542

Text Example


Text Example

White with #25D542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,213,66); }

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

background-color css

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

 a { background-color: rgb(37,213,66); }

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

border-color css

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

 span { border-color: rgb(37,213,66); }

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