Html Css Color HEX #25C221 Lime Green

📋 copy color: '#25C221'

red 37 ◦ green 194 ◦ blue 33

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

Shades of Lime Green #25C221

Tints of Lime Green #25C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.48%

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

R = 14.02%
G = 73.48%
B = 12.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#25C221 (or 0x25C221) is known color: Lime Green. HEX triplet: 25, C2 and 21. RGB value is (37,194,33). Sum of RGB (Red+Green+Blue) = 37+194+33=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #25C221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C221 is #DA3DDE. Grayscale: #818181. Windows color (decimal): -14302687 or 2212389. OLE color: 2212389.

HSL color Cylindrical-coordinate representation of color #25C221: hue angle of 118.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25C221 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 194 33 -
CMYK 0.81 0 0.83 0.24
HSL 118.51º 0.71% 0.45% -
HSV(B) 118.51º 0.83% 0.76% -
XYZ 20.33 39.09 7.91 -
YUV 128.7 73.99 62.59 -
System Red Green Blue C M Y K H S L
Decimal 37 194 33 0.81 0 0.83 0.24 118.51 0.71 0.45
Hex 25 C2 21 51 0 53 18 77 47 2D
Octal 45 302 41 121 0 123 30 167 107 55
Binary 100101 11000010 100001 1010001 0 1010011 11000 1110111 1000111 101101

Color Harmonies of #25C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C221

Black with #25C221

Text Example


Text Example

White with #25C221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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