Html Css Color HEX #53F230 Lime Green

📋 copy color: '#53F230'

red 83 ◦ green 242 ◦ blue 48

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

Shades of Lime Green #53F230

Tints of Lime Green #53F230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 22.25%
G = 64.88%
B = 12.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#53F230 (or 0x53F230) is known color: Lime Green. HEX triplet: 53, F2 and 30. RGB value is (83,242,48). Sum of RGB (Red+Green+Blue) = 83+242+48=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #53F230 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F230 is #AC0DCF. Grayscale: #ACACAC. Windows color (decimal): -11275728 or 3207763. OLE color: 3207763.

HSL color Cylindrical-coordinate representation of color #53F230: hue angle of 109.18º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53F230 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 242 48 -
CMYK 0.66 0 0.80 0.05
HSL 109.18º 0.88% 0.57% -
HSV(B) 109.18º 0.8% 0.95% -
XYZ 35.85 65.56 13.56 -
YUV 172.34 57.82 64.27 -
System Red Green Blue C M Y K H S L
Decimal 83 242 48 0.66 0 0.80 0.05 109.18 0.88 0.57
Hex 53 F2 30 42 0 50 5 6D 58 39
Octal 123 362 60 102 0 120 5 155 130 71
Binary 1010011 11110010 110000 1000010 0 1010000 101 1101101 1011000 111001

Color Harmonies of #53F230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F230

Black with #53F230

Text Example


Text Example

White with #53F230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,242,48); }

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

background-color css

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

 a { background-color: rgb(83,242,48); }

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

border-color css

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

 span { border-color: rgb(83,242,48); }

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