Html Css Color HEX #20CF40 Lime Green

📋 copy color: '#20CF40'

red 32 ◦ green 207 ◦ blue 64

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

Shades of Lime Green #20CF40

Tints of Lime Green #20CF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 68.32%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 10.56%
G = 68.32%
B = 21.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#20CF40 (or 0x20CF40) is known color: Lime Green. HEX triplet: 20, CF and 40. RGB value is (32,207,64). Sum of RGB (Red+Green+Blue) = 32+207+64=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 207 (81.25% from 255 or 68.32% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF40 is #DF30BF. Grayscale: #8A8A8A. Windows color (decimal): -14627008 or 4247328. OLE color: 4247328.

HSL color Cylindrical-coordinate representation of color #20CF40: hue angle of 130.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF40 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 64 -
CMYK 0.85 0 0.69 0.19
HSL 130.97º 0.73% 0.47% -
HSV(B) 130.97º 0.85% 0.81% -
XYZ 23.83 45.3 12.34 -
YUV 138.37 86.02 52.13 -
System Red Green Blue C M Y K H S L
Decimal 32 207 64 0.85 0 0.69 0.19 130.97 0.73 0.47
Hex 20 CF 40 55 0 45 13 83 49 2F
Octal 40 317 100 125 0 105 23 203 111 57
Binary 100000 11001111 1000000 1010101 0 1000101 10011 10000011 1001001 101111

Color Harmonies of #20CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF40

Black with #20CF40

Text Example


Text Example

White with #20CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,207,64); }

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

background-color css

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

 a { background-color: rgb(32,207,64); }

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

border-color css

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

 span { border-color: rgb(32,207,64); }

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