Html Css Color HEX #25CD20 Lime Green

📋 copy color: '#25CD20'

red 37 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #25CD20

Tints of Lime Green #25CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.82%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 13.5%
G = 74.82%
B = 11.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#25CD20 (or 0x25CD20) is known color: Lime Green. HEX triplet: 25, CD and 20. RGB value is (37,205,32). Sum of RGB (Red+Green+Blue) = 37+205+32=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 205 (80.47% from 255 or 74.82% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 205 - color contains mainly: green. Hex color #25CD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CD20 is #DA32DF. Grayscale: #878787. Windows color (decimal): -14299872 or 2149669. OLE color: 2149669.

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

Color convert

RGB 37 205 32 -
CMYK 0.82 0 0.84 0.20
HSL 118.27º 0.73% 0.46% -
HSV(B) 118.27º 0.84% 0.8% -
XYZ 22.85 44.16 8.69 -
YUV 135.05 69.84 58.07 -
System Red Green Blue C M Y K H S L
Decimal 37 205 32 0.82 0 0.84 0.20 118.27 0.73 0.46
Hex 25 CD 20 52 0 54 14 76 49 2E
Octal 45 315 40 122 0 124 24 166 111 56
Binary 100101 11001101 100000 1010010 0 1010100 10100 1110110 1001001 101110

Color Harmonies of #25CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CD20

Black with #25CD20

Text Example


Text Example

White with #25CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,205,32); }

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

background-color css

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

 a { background-color: rgb(37,205,32); }

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

border-color css

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

 span { border-color: rgb(37,205,32); }

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