Html Css Color HEX #52CF38 Lime Green

📋 copy color: '#52CF38'

red 82 ◦ green 207 ◦ blue 56

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

Shades of Lime Green #52CF38

Tints of Lime Green #52CF38

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 23.77%
G = 60%
B = 16.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#52CF38 (or 0x52CF38) is known color: Lime Green. HEX triplet: 52, CF and 38. RGB value is (82,207,56). Sum of RGB (Red+Green+Blue) = 82+207+56=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF38 is #AD30C7. Grayscale: #989898. Windows color (decimal): -11350216 or 3723090. OLE color: 3723090.

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

Color convert

RGB 82 207 56 -
CMYK 0.60 0 0.73 0.19
HSL 109.67º 0.61% 0.52% -
HSV(B) 109.67º 0.73% 0.81% -
XYZ 26.51 46.71 11.36 -
YUV 152.41 73.59 77.78 -
System Red Green Blue C M Y K H S L
Decimal 82 207 56 0.60 0 0.73 0.19 109.67 0.61 0.52
Hex 52 CF 38 3C 0 49 13 6E 3D 34
Octal 122 317 70 74 0 111 23 156 75 64
Binary 1010010 11001111 111000 111100 0 1001001 10011 1101110 111101 110100

Color Harmonies of #52CF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF38

Black with #52CF38

Text Example


Text Example

White with #52CF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,56); }

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

background-color css

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

 a { background-color: rgb(82,207,56); }

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

border-color css

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

 span { border-color: rgb(82,207,56); }

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