Html Css Color HEX #52F833 Lime Green

📋 copy color: '#52F833'

red 82 ◦ green 248 ◦ blue 51

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

Shades of Lime Green #52F833

Tints of Lime Green #52F833

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.09%

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

R = 21.52%
G = 65.09%
B = 13.39%

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

#52F833 (or 0x52F833) is known color: Lime Green. HEX triplet: 52, F8 and 33. RGB value is (82,248,51). Sum of RGB (Red+Green+Blue) = 82+248+51=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #52F833 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F833 is #AD07CC. Grayscale: #B0B0B0. Windows color (decimal): -11339725 or 3405906. OLE color: 3405906.

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

Color convert

RGB 82 248 51 -
CMYK 0.67 0 0.79 0.03
HSL 110.56º 0.93% 0.59% -
HSV(B) 110.56º 0.79% 0.97% -
XYZ 37.64 69.17 14.5 -
YUV 175.91 57.5 61.02 -
System Red Green Blue C M Y K H S L
Decimal 82 248 51 0.67 0 0.79 0.03 110.56 0.93 0.59
Hex 52 F8 33 43 0 4F 3 6F 5D 3B
Octal 122 370 63 103 0 117 3 157 135 73
Binary 1010010 11111000 110011 1000011 0 1001111 11 1101111 1011101 111011

Color Harmonies of #52F833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F833

Black with #52F833

Text Example


Text Example

White with #52F833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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