Html Css Color HEX #52EE30 Lime Green

📋 copy color: '#52EE30'

red 82 ◦ green 238 ◦ blue 48

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

Shades of Lime Green #52EE30

Tints of Lime Green #52EE30

RGB

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

 GREEN value IS 238 (93.36% from 255) = 64.67%

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

R = 22.28%
G = 64.67%
B = 13.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#52EE30 (or 0x52EE30) is known color: Lime Green. HEX triplet: 52, EE and 30. RGB value is (82,238,48). Sum of RGB (Red+Green+Blue) = 82+238+48=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 238 (93.36% from 255 or 64.67% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE30 is #AD11CF. Grayscale: #AAAAAA. Windows color (decimal): -11342288 or 3206738. OLE color: 3206738.

HSL color Cylindrical-coordinate representation of color #52EE30: hue angle of 109.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52EE30 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 48 -
CMYK 0.66 0 0.80 0.07
HSL 109.26º 0.85% 0.56% -
HSV(B) 109.26º 0.8% 0.93% -
XYZ 34.59 63.16 13.16 -
YUV 169.7 59.32 65.45 -
System Red Green Blue C M Y K H S L
Decimal 82 238 48 0.66 0 0.80 0.07 109.26 0.85 0.56
Hex 52 EE 30 42 0 50 7 6D 55 38
Octal 122 356 60 102 0 120 7 155 125 70
Binary 1010010 11101110 110000 1000010 0 1010000 111 1101101 1010101 111000

Color Harmonies of #52EE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE30

Black with #52EE30

Text Example


Text Example

White with #52EE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,48); }

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

background-color css

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

 a { background-color: rgb(82,238,48); }

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

border-color css

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

 span { border-color: rgb(82,238,48); }

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