Html Css Color HEX #52F733 Lime Green

📋 copy color: '#52F733'

red 82 ◦ green 247 ◦ blue 51

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

Shades of Lime Green #52F733

Tints of Lime Green #52F733

RGB

 RED value IS 82 (32.42% from 255) = 21.58%

 GREEN value IS 247 (96.88% from 255) = 65%

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 21.58%
G = 65%
B = 13.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#52F733 (or 0x52F733) is known color: Lime Green. HEX triplet: 52, F7 and 33. RGB value is (82,247,51). Sum of RGB (Red+Green+Blue) = 82+247+51=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #52F733 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F733 is #AD08CC. Grayscale: #AFAFAF. Windows color (decimal): -11339981 or 3405650. OLE color: 3405650.

HSL color Cylindrical-coordinate representation of color #52F733: hue angle of 110.51º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52F733 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 247 51 -
CMYK 0.67 0 0.79 0.03
HSL 110.51º 0.92% 0.58% -
HSV(B) 110.51º 0.79% 0.97% -
XYZ 37.34 68.55 14.4 -
YUV 175.32 57.84 61.44 -
System Red Green Blue C M Y K H S L
Decimal 82 247 51 0.67 0 0.79 0.03 110.51 0.92 0.58
Hex 52 F7 33 43 0 4F 3 6F 5C 3A
Octal 122 367 63 103 0 117 3 157 134 72
Binary 1010010 11110111 110011 1000011 0 1001111 11 1101111 1011100 111010

Color Harmonies of #52F733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F733

Black with #52F733

Text Example


Text Example

White with #52F733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52F733; }

 p { color: rgb(82,247,51); }

 H1.HeaderClassName
 {
   color: #52F733;
 }
 .AnyTagClassName
 {
   color: #52F733;
 }
</style>

background-color css

<style>
 a { background-color: #52F733; }

 a { background-color: rgb(82,247,51); }

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

border-color css

<style>
 span { border-color: #52F733; }

 span { border-color: rgb(82,247,51); }

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