Html Css Color HEX #53CE35 Lime Green

📋 copy color: '#53CE35'

red 83 ◦ green 206 ◦ blue 53

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

Shades of Lime Green #53CE35

Tints of Lime Green #53CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.23%

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

R = 24.27%
G = 60.23%
B = 15.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#53CE35 (or 0x53CE35) is known color: Lime Green. HEX triplet: 53, CE and 35. RGB value is (83,206,53). Sum of RGB (Red+Green+Blue) = 83+206+53=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CE35 is #AC31CA. Grayscale: #989898. Windows color (decimal): -11284939 or 3526227. OLE color: 3526227.

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

Color convert

RGB 83 206 53 -
CMYK 0.60 0 0.74 0.19
HSL 108.24º 0.61% 0.51% -
HSV(B) 108.24º 0.74% 0.81% -
XYZ 26.28 46.24 10.91 -
YUV 151.78 72.25 78.94 -
System Red Green Blue C M Y K H S L
Decimal 83 206 53 0.60 0 0.74 0.19 108.24 0.61 0.51
Hex 53 CE 35 3C 0 4A 13 6C 3D 33
Octal 123 316 65 74 0 112 23 154 75 63
Binary 1010011 11001110 110101 111100 0 1001010 10011 1101100 111101 110011

Color Harmonies of #53CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CE35

Black with #53CE35

Text Example


Text Example

White with #53CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,206,53); }

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

background-color css

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

 a { background-color: rgb(83,206,53); }

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

border-color css

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

 span { border-color: rgb(83,206,53); }

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