Html Css Color HEX #52E644 Lime Green

📋 copy color: '#52E644'

red 82 ◦ green 230 ◦ blue 68

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

Shades of Lime Green #52E644

Tints of Lime Green #52E644

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.53%

 BLUE value IS 68 (26.95% from 255) = 17.89%

R = 21.58%
G = 60.53%
B = 17.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#52E644 (or 0x52E644) is known color: Lime Green. HEX triplet: 52, E6 and 44. RGB value is (82,230,68). Sum of RGB (Red+Green+Blue) = 82+230+68=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #52E644 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E644 is #AD19BB. Grayscale: #A7A7A7. Windows color (decimal): -11344316 or 4515410. OLE color: 4515410.

HSL color Cylindrical-coordinate representation of color #52E644: hue angle of 114.81º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52E644 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 230 68 -
CMYK 0.64 0 0.70 0.10
HSL 114.81º 0.76% 0.58% -
HSV(B) 114.81º 0.7% 0.9% -
XYZ 32.82 58.8 15.09 -
YUV 167.28 71.97 67.17 -
System Red Green Blue C M Y K H S L
Decimal 82 230 68 0.64 0 0.70 0.10 114.81 0.76 0.58
Hex 52 E6 44 40 0 46 A 73 4C 3A
Octal 122 346 104 100 0 106 12 163 114 72
Binary 1010010 11100110 1000100 1000000 0 1000110 1010 1110011 1001100 111010

Color Harmonies of #52E644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E644

Black with #52E644

Text Example


Text Example

White with #52E644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,230,68); }

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

background-color css

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

 a { background-color: rgb(82,230,68); }

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

border-color css

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

 span { border-color: rgb(82,230,68); }

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