Html Css Color HEX #53CF38 Lime Green

📋 copy color: '#53CF38'

red 83 ◦ green 207 ◦ blue 56

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

Shades of Lime Green #53CF38

Tints of Lime Green #53CF38

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

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

R = 23.99%
G = 59.83%
B = 16.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#53CF38 (or 0x53CF38) is known color: Lime Green. HEX triplet: 53, CF and 38. RGB value is (83,207,56). Sum of RGB (Red+Green+Blue) = 83+207+56=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF38 is #AC30C7. Grayscale: #999999. Windows color (decimal): -11284680 or 3723091. OLE color: 3723091.

HSL color Cylindrical-coordinate representation of color #53CF38: hue angle of 109.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53CF38 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 56 -
CMYK 0.60 0 0.73 0.19
HSL 109.27º 0.61% 0.52% -
HSV(B) 109.27º 0.73% 0.81% -
XYZ 26.59 46.75 11.36 -
YUV 152.71 73.42 78.28 -
System Red Green Blue C M Y K H S L
Decimal 83 207 56 0.60 0 0.73 0.19 109.27 0.61 0.52
Hex 53 CF 38 3C 0 49 13 6D 3D 34
Octal 123 317 70 74 0 111 23 155 75 64
Binary 1010011 11001111 111000 111100 0 1001001 10011 1101101 111101 110100

Color Harmonies of #53CF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF38

Black with #53CF38

Text Example


Text Example

White with #53CF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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