Html Css Color HEX #52EE2B Lime Green

📋 copy color: '#52EE2B'

red 82 ◦ green 238 ◦ blue 43

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

Shades of Lime Green #52EE2B

Tints of Lime Green #52EE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 22.59%
G = 65.56%
B = 11.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#52EE2B (or 0x52EE2B) is known color: Lime Green. HEX triplet: 52, EE and 2B. RGB value is (82,238,43). Sum of RGB (Red+Green+Blue) = 82+238+43=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE2B is #AD11D4. Grayscale: #A9A9A9. Windows color (decimal): -11342293 or 2879058. OLE color: 2879058.

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

Color convert

RGB 82 238 43 -
CMYK 0.66 0 0.82 0.07
HSL 108º 0.85% 0.55% -
HSV(B) 108º 0.82% 0.93% -
XYZ 34.49 63.12 12.65 -
YUV 169.13 56.82 65.86 -
System Red Green Blue C M Y K H S L
Decimal 82 238 43 0.66 0 0.82 0.07 108 0.85 0.55
Hex 52 EE 2B 42 0 52 7 6C 55 37
Octal 122 356 53 102 0 122 7 154 125 67
Binary 1010010 11101110 101011 1000010 0 1010010 111 1101100 1010101 110111

Color Harmonies of #52EE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE2B

Black with #52EE2B

Text Example


Text Example

White with #52EE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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