Html Css Color HEX #20F338 Lime Green

📋 copy color: '#20F338'

red 32 ◦ green 243 ◦ blue 56

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

Shades of Lime Green #20F338

Tints of Lime Green #20F338

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.41%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 9.67%
G = 73.41%
B = 16.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#20F338 (or 0x20F338) is known color: Lime Green. HEX triplet: 20, F3 and 38. RGB value is (32,243,56). Sum of RGB (Red+Green+Blue) = 32+243+56=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #20F338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F338 is #DF0CC7. Grayscale: #9F9F9F. Windows color (decimal): -14617800 or 3732256. OLE color: 3732256.

HSL color Cylindrical-coordinate representation of color #20F338: hue angle of 126.82º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F338 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 243 56 -
CMYK 0.87 0 0.77 0.05
HSL 126.82º 0.9% 0.54% -
HSV(B) 126.82º 0.87% 0.95% -
XYZ 33.36 64.69 14.47 -
YUV 158.59 70.1 37.71 -
System Red Green Blue C M Y K H S L
Decimal 32 243 56 0.87 0 0.77 0.05 126.82 0.9 0.54
Hex 20 F3 38 57 0 4D 5 7F 5A 36
Octal 40 363 70 127 0 115 5 177 132 66
Binary 100000 11110011 111000 1010111 0 1001101 101 1111111 1011010 110110

Color Harmonies of #20F338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F338

Black with #20F338

Text Example


Text Example

White with #20F338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,243,56); }

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

background-color css

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

 a { background-color: rgb(32,243,56); }

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

border-color css

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

 span { border-color: rgb(32,243,56); }

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