Html Css Color HEX #25CA20 Lime Green

📋 copy color: '#25CA20'

red 37 ◦ green 202 ◦ blue 32

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

Shades of Lime Green #25CA20

Tints of Lime Green #25CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 74.54%

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

R = 13.65%
G = 74.54%
B = 11.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#25CA20 (or 0x25CA20) is known color: Lime Green. HEX triplet: 25, CA and 20. RGB value is (37,202,32). Sum of RGB (Red+Green+Blue) = 37+202+32=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA20 is #DA35DF. Grayscale: #858585. Windows color (decimal): -14300640 or 2148901. OLE color: 2148901.

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

Color convert

RGB 37 202 32 -
CMYK 0.82 0 0.84 0.21
HSL 118.24º 0.73% 0.46% -
HSV(B) 118.24º 0.84% 0.79% -
XYZ 22.14 42.74 8.45 -
YUV 133.29 70.84 59.32 -
System Red Green Blue C M Y K H S L
Decimal 37 202 32 0.82 0 0.84 0.21 118.24 0.73 0.46
Hex 25 CA 20 52 0 54 15 76 49 2E
Octal 45 312 40 122 0 124 25 166 111 56
Binary 100101 11001010 100000 1010010 0 1010100 10101 1110110 1001001 101110

Color Harmonies of #25CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CA20

Black with #25CA20

Text Example


Text Example

White with #25CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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