Html Css Color HEX #25D221 Lime Green

📋 copy color: '#25D221'

red 37 ◦ green 210 ◦ blue 33

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

Shades of Lime Green #25D221

Tints of Lime Green #25D221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75%

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

R = 13.21%
G = 75%
B = 11.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#25D221 (or 0x25D221) is known color: Lime Green. HEX triplet: 25, D2 and 21. RGB value is (37,210,33). Sum of RGB (Red+Green+Blue) = 37+210+33=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #25D221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D221 is #DA2DDE. Grayscale: #8A8A8A. Windows color (decimal): -14298591 or 2216485. OLE color: 2216485.

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

Color convert

RGB 37 210 33 -
CMYK 0.82 0 0.84 0.18
HSL 118.64º 0.73% 0.48% -
HSV(B) 118.64º 0.84% 0.82% -
XYZ 24.08 46.6 9.16 -
YUV 138.1 68.69 55.89 -
System Red Green Blue C M Y K H S L
Decimal 37 210 33 0.82 0 0.84 0.18 118.64 0.73 0.48
Hex 25 D2 21 52 0 54 12 77 49 30
Octal 45 322 41 122 0 124 22 167 111 60
Binary 100101 11010010 100001 1010010 0 1010100 10010 1110111 1001001 110000

Color Harmonies of #25D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D221

Black with #25D221

Text Example


Text Example

White with #25D221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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