Html Css Color HEX #20F235 Lime Green

📋 copy color: '#20F235'

red 32 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #20F235

Tints of Lime Green #20F235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.01%

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

R = 9.79%
G = 74.01%
B = 16.21%

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

#20F235 (or 0x20F235) is known color: Lime Green. HEX triplet: 20, F2 and 35. RGB value is (32,242,53). Sum of RGB (Red+Green+Blue) = 32+242+53=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #20F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F235 is #DF0DCA. Grayscale: #9E9E9E. Windows color (decimal): -14618059 or 3535392. OLE color: 3535392.

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

Color convert

RGB 32 242 53 -
CMYK 0.87 0 0.78 0.05
HSL 126º 0.89% 0.54% -
HSV(B) 126º 0.87% 0.95% -
XYZ 32.99 64.07 14 -
YUV 157.66 68.93 38.37 -
System Red Green Blue C M Y K H S L
Decimal 32 242 53 0.87 0 0.78 0.05 126 0.89 0.54
Hex 20 F2 35 57 0 4E 5 7E 59 36
Octal 40 362 65 127 0 116 5 176 131 66
Binary 100000 11110010 110101 1010111 0 1001110 101 1111110 1011001 110110

Color Harmonies of #20F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F235

Black with #20F235

Text Example


Text Example

White with #20F235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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