Html Css Color HEX #52E141 Lime Green

📋 copy color: '#52E141'

red 82 ◦ green 225 ◦ blue 65

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

Shades of Lime Green #52E141

Tints of Lime Green #52E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.48%

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 22.04%
G = 60.48%
B = 17.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#52E141 (or 0x52E141) is known color: Lime Green. HEX triplet: 52, E1 and 41. RGB value is (82,225,65). Sum of RGB (Red+Green+Blue) = 82+225+65=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #52E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E141 is #AD1EBE. Grayscale: #A4A4A4. Windows color (decimal): -11345599 or 4317522. OLE color: 4317522.

HSL color Cylindrical-coordinate representation of color #52E141: hue angle of 113.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52E141 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 225 65 -
CMYK 0.64 0 0.71 0.12
HSL 113.63º 0.73% 0.57% -
HSV(B) 113.63º 0.71% 0.88% -
XYZ 31.36 56.03 14.16 -
YUV 164 72.12 69.51 -
System Red Green Blue C M Y K H S L
Decimal 82 225 65 0.64 0 0.71 0.12 113.63 0.73 0.57
Hex 52 E1 41 40 0 47 C 72 49 39
Octal 122 341 101 100 0 107 14 162 111 71
Binary 1010010 11100001 1000001 1000000 0 1000111 1100 1110010 1001001 111001

Color Harmonies of #52E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E141

Black with #52E141

Text Example


Text Example

White with #52E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,225,65); }

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

background-color css

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

 a { background-color: rgb(82,225,65); }

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

border-color css

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

 span { border-color: rgb(82,225,65); }

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