Html Css Color HEX #20BE1E Lime Green

📋 copy color: '#20BE1E'

red 32 ◦ green 190 ◦ blue 30

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

Shades of Lime Green #20BE1E

Tints of Lime Green #20BE1E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 75.4%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 12.7%
G = 75.4%
B = 11.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#20BE1E (or 0x20BE1E) is known color: Lime Green. HEX triplet: 20, BE and 1E. RGB value is (32,190,30). Sum of RGB (Red+Green+Blue) = 32+190+30=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE1E is #DF41E1. Grayscale: #7C7C7C. Windows color (decimal): -14631394 or 2014752. OLE color: 2014752.

HSL color Cylindrical-coordinate representation of color #20BE1E: hue angle of 119.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BE1E is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 190 30 -
CMYK 0.83 0 0.84 0.25
HSL 119.25º 0.73% 0.43% -
HSV(B) 119.25º 0.84% 0.75% -
XYZ 19.24 37.23 7.4 -
YUV 124.52 74.65 62.01 -
System Red Green Blue C M Y K H S L
Decimal 32 190 30 0.83 0 0.84 0.25 119.25 0.73 0.43
Hex 20 BE 1E 53 0 54 19 77 49 2B
Octal 40 276 36 123 0 124 31 167 111 53
Binary 100000 10111110 11110 1010011 0 1010100 11001 1110111 1001001 101011

Color Harmonies of #20BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE1E

Black with #20BE1E

Text Example


Text Example

White with #20BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,190,30); }

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

background-color css

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

 a { background-color: rgb(32,190,30); }

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

border-color css

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

 span { border-color: rgb(32,190,30); }

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