Html Css Color HEX #20F236 Lime Green

📋 copy color: '#20F236'

red 32 ◦ green 242 ◦ blue 54

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

Shades of Lime Green #20F236

Tints of Lime Green #20F236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 9.76%
G = 73.78%
B = 16.46%

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

#20F236 (or 0x20F236) is known color: Lime Green. HEX triplet: 20, F2 and 36. RGB value is (32,242,54). Sum of RGB (Red+Green+Blue) = 32+242+54=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #20F236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F236 is #DF0DC9. Grayscale: #9E9E9E. Windows color (decimal): -14618058 or 3600928. OLE color: 3600928.

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

Color convert

RGB 32 242 54 -
CMYK 0.87 0 0.78 0.05
HSL 126.29º 0.89% 0.54% -
HSV(B) 126.29º 0.87% 0.95% -
XYZ 33.01 64.08 14.12 -
YUV 157.78 69.43 38.29 -
System Red Green Blue C M Y K H S L
Decimal 32 242 54 0.87 0 0.78 0.05 126.29 0.89 0.54
Hex 20 F2 36 57 0 4E 5 7E 59 36
Octal 40 362 66 127 0 116 5 176 131 66
Binary 100000 11110010 110110 1010111 0 1001110 101 1111110 1011001 110110

Color Harmonies of #20F236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F236

Black with #20F236

Text Example


Text Example

White with #20F236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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