Html Css Color HEX #20CA25 Lime Green

📋 copy color: '#20CA25'

red 32 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #20CA25

Tints of Lime Green #20CA25

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #20CA25: hue angle of 121.76º 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 #20CA25 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 37 -
CMYK 0.84 0 0.82 0.21
HSL 121.76º 0.73% 0.46% -
HSV(B) 121.76º 0.84% 0.79% -
XYZ 22.05 42.68 8.83 -
YUV 132.36 74.18 56.42 -
System Red Green Blue C M Y K H S L
Decimal 32 202 37 0.84 0 0.82 0.21 121.76 0.73 0.46
Hex 20 CA 25 54 0 52 15 7A 49 2E
Octal 40 312 45 124 0 122 25 172 111 56
Binary 100000 11001010 100101 1010100 0 1010010 10101 1111010 1001001 101110

Color Harmonies of #20CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA25

Black with #20CA25

Text Example


Text Example

White with #20CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CA25; }

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

 H1.HeaderClassName
 {
   color: #20CA25;
 }
 .AnyTagClassName
 {
   color: #20CA25;
 }
</style>

background-color css

<style>
 a { background-color: #20CA25; }

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

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

border-color css

<style>
 span { border-color: #20CA25; }

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

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