Html Css Color HEX #25D521 Lime Green

📋 copy color: '#25D521'

red 37 ◦ green 213 ◦ blue 33

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

Shades of Lime Green #25D521

Tints of Lime Green #25D521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 13.07%
G = 75.27%
B = 11.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#25D521 (or 0x25D521) is known color: Lime Green. HEX triplet: 25, D5 and 21. RGB value is (37,213,33). Sum of RGB (Red+Green+Blue) = 37+213+33=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 213 (83.59% from 255 or 75.27% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 213 - color contains mainly: green. Hex color #25D521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D521 is #DA2ADE. Grayscale: #8C8C8C. Windows color (decimal): -14297823 or 2217253. OLE color: 2217253.

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

Color convert

RGB 37 213 33 -
CMYK 0.83 0 0.85 0.16
HSL 118.67º 0.73% 0.48% -
HSV(B) 118.67º 0.85% 0.84% -
XYZ 24.83 48.09 9.41 -
YUV 139.86 67.69 54.64 -
System Red Green Blue C M Y K H S L
Decimal 37 213 33 0.83 0 0.85 0.16 118.67 0.73 0.48
Hex 25 D5 21 53 0 55 10 77 49 30
Octal 45 325 41 123 0 125 20 167 111 60
Binary 100101 11010101 100001 1010011 0 1010101 10000 1110111 1001001 110000

Color Harmonies of #25D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D521

Black with #25D521

Text Example


Text Example

White with #25D521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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