Html Css Color HEX #52E239 Lime Green

📋 copy color: '#52E239'

red 82 ◦ green 226 ◦ blue 57

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

Shades of Lime Green #52E239

Tints of Lime Green #52E239

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.92%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 22.47%
G = 61.92%
B = 15.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#52E239 (or 0x52E239) is known color: Lime Green. HEX triplet: 52, E2 and 39. RGB value is (82,226,57). Sum of RGB (Red+Green+Blue) = 82+226+57=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #52E239 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E239 is #AD1DC6. Grayscale: #A4A4A4. Windows color (decimal): -11345351 or 3793490. OLE color: 3793490.

HSL color Cylindrical-coordinate representation of color #52E239: hue angle of 111.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52E239 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 57 -
CMYK 0.64 0 0.75 0.11
HSL 111.12º 0.74% 0.55% -
HSV(B) 111.12º 0.75% 0.89% -
XYZ 31.41 56.48 13.12 -
YUV 163.68 67.79 69.74 -
System Red Green Blue C M Y K H S L
Decimal 82 226 57 0.64 0 0.75 0.11 111.12 0.74 0.55
Hex 52 E2 39 40 0 4B B 6F 4A 37
Octal 122 342 71 100 0 113 13 157 112 67
Binary 1010010 11100010 111001 1000000 0 1001011 1011 1101111 1001010 110111

Color Harmonies of #52E239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E239

Black with #52E239

Text Example


Text Example

White with #52E239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,226,57); }

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

background-color css

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

 a { background-color: rgb(82,226,57); }

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

border-color css

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

 span { border-color: rgb(82,226,57); }

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