Html Css Color HEX #53EF38 Lime Green

📋 copy color: '#53EF38'

red 83 ◦ green 239 ◦ blue 56

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

Shades of Lime Green #53EF38

Tints of Lime Green #53EF38

RGB

 RED value IS 83 (32.81% from 255) = 21.96%

 GREEN value IS 239 (93.75% from 255) = 63.23%

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

R = 21.96%
G = 63.23%
B = 14.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#53EF38 (or 0x53EF38) is known color: Lime Green. HEX triplet: 53, EF and 38. RGB value is (83,239,56). Sum of RGB (Red+Green+Blue) = 83+239+56=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #53EF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EF38 is #AC10C7. Grayscale: #ACACAC. Windows color (decimal): -11276488 or 3731283. OLE color: 3731283.

HSL color Cylindrical-coordinate representation of color #53EF38: hue angle of 111.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53EF38 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 56 -
CMYK 0.65 0 0.77 0.06
HSL 111.15º 0.85% 0.58% -
HSV(B) 111.15º 0.77% 0.94% -
XYZ 35.15 63.86 14.21 -
YUV 171.49 62.82 64.88 -
System Red Green Blue C M Y K H S L
Decimal 83 239 56 0.65 0 0.77 0.06 111.15 0.85 0.58
Hex 53 EF 38 41 0 4D 6 6F 55 3A
Octal 123 357 70 101 0 115 6 157 125 72
Binary 1010011 11101111 111000 1000001 0 1001101 110 1101111 1010101 111010

Color Harmonies of #53EF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EF38

Black with #53EF38

Text Example


Text Example

White with #53EF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53EF38; }

 p { color: rgb(83,239,56); }

 H1.HeaderClassName
 {
   color: #53EF38;
 }
 .AnyTagClassName
 {
   color: #53EF38;
 }
</style>

background-color css

<style>
 a { background-color: #53EF38; }

 a { background-color: rgb(83,239,56); }

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

border-color css

<style>
 span { border-color: #53EF38; }

 span { border-color: rgb(83,239,56); }

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