Html Css Color HEX #52E92A Lime Green

📋 copy color: '#52E92A'

red 82 ◦ green 233 ◦ blue 42

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

Shades of Lime Green #52E92A

Tints of Lime Green #52E92A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.27%

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 22.97%
G = 65.27%
B = 11.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#52E92A (or 0x52E92A) is known color: Lime Green. HEX triplet: 52, E9 and 2A. RGB value is (82,233,42). Sum of RGB (Red+Green+Blue) = 82+233+42=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 233 (91.41% from 255 or 65.27% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 233 - color contains mainly: green. Hex color #52E92A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E92A is #AD16D5. Grayscale: #A6A6A6. Windows color (decimal): -11343574 or 2812242. OLE color: 2812242.

HSL color Cylindrical-coordinate representation of color #52E92A: hue angle of 107.43º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52E92A is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 42 -
CMYK 0.65 0 0.82 0.09
HSL 107.43º 0.81% 0.54% -
HSV(B) 107.43º 0.82% 0.91% -
XYZ 33.04 60.24 12.08 -
YUV 166.08 57.97 68.03 -
System Red Green Blue C M Y K H S L
Decimal 82 233 42 0.65 0 0.82 0.09 107.43 0.81 0.54
Hex 52 E9 2A 41 0 52 9 6B 51 36
Octal 122 351 52 101 0 122 11 153 121 66
Binary 1010010 11101001 101010 1000001 0 1010010 1001 1101011 1010001 110110

Color Harmonies of #52E92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E92A

Black with #52E92A

Text Example


Text Example

White with #52E92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,233,42); }

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

background-color css

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

 a { background-color: rgb(82,233,42); }

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

border-color css

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

 span { border-color: rgb(82,233,42); }

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