Html Css Color HEX #20F335 Lime Green

📋 copy color: '#20F335'

red 32 ◦ green 243 ◦ blue 53

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

Shades of Lime Green #20F335

Tints of Lime Green #20F335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 9.76%
G = 74.09%
B = 16.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#20F335 (or 0x20F335) is known color: Lime Green. HEX triplet: 20, F3 and 35. RGB value is (32,243,53). Sum of RGB (Red+Green+Blue) = 32+243+53=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #20F335 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F335 is #DF0CCA. Grayscale: #9E9E9E. Windows color (decimal): -14617803 or 3535648. OLE color: 3535648.

HSL color Cylindrical-coordinate representation of color #20F335: hue angle of 125.97º 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 #20F335 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 243 53 -
CMYK 0.87 0 0.78 0.05
HSL 125.97º 0.9% 0.54% -
HSV(B) 125.97º 0.87% 0.95% -
XYZ 33.29 64.67 14.1 -
YUV 158.25 68.6 37.95 -
System Red Green Blue C M Y K H S L
Decimal 32 243 53 0.87 0 0.78 0.05 125.97 0.9 0.54
Hex 20 F3 35 57 0 4E 5 7E 5A 36
Octal 40 363 65 127 0 116 5 176 132 66
Binary 100000 11110011 110101 1010111 0 1001110 101 1111110 1011010 110110

Color Harmonies of #20F335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F335

Black with #20F335

Text Example


Text Example

White with #20F335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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