Html Css Color HEX #52CE3D Lime Green

📋 copy color: '#52CE3D'

red 82 ◦ green 206 ◦ blue 61

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

Shades of Lime Green #52CE3D

Tints of Lime Green #52CE3D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.03%

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 23.5%
G = 59.03%
B = 17.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#52CE3D (or 0x52CE3D) is known color: Lime Green. HEX triplet: 52, CE and 3D. RGB value is (82,206,61). Sum of RGB (Red+Green+Blue) = 82+206+61=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE3D is #AD31C2. Grayscale: #989898. Windows color (decimal): -11350467 or 4050514. OLE color: 4050514.

HSL color Cylindrical-coordinate representation of color #52CE3D: hue angle of 111.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52CE3D is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 61 -
CMYK 0.60 0 0.70 0.19
HSL 111.31º 0.6% 0.52% -
HSV(B) 111.31º 0.7% 0.81% -
XYZ 26.39 46.27 11.96 -
YUV 152.39 76.42 77.79 -
System Red Green Blue C M Y K H S L
Decimal 82 206 61 0.60 0 0.70 0.19 111.31 0.6 0.52
Hex 52 CE 3D 3C 0 46 13 6F 3C 34
Octal 122 316 75 74 0 106 23 157 74 64
Binary 1010010 11001110 111101 111100 0 1000110 10011 1101111 111100 110100

Color Harmonies of #52CE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE3D

Black with #52CE3D

Text Example


Text Example

White with #52CE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,61); }

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

background-color css

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

 a { background-color: rgb(82,206,61); }

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

border-color css

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

 span { border-color: rgb(82,206,61); }

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