Html Css Color HEX #39C852 Lime Green

📋 copy color: '#39C852'

red 57 ◦ green 200 ◦ blue 82

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

Shades of Lime Green #39C852

Tints of Lime Green #39C852

RGB

 RED value IS 57 (22.66% from 255) = 16.81%

 GREEN value IS 200 (78.52% from 255) = 59%

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 16.81%
G = 59%
B = 24.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#39C852 (or 0x39C852) is known color: Lime Green. HEX triplet: 39, C8 and 52. RGB value is (57,200,82). Sum of RGB (Red+Green+Blue) = 57+200+82=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #39C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C852 is #C637AD. Grayscale: #909090. Windows color (decimal): -12990382 or 5425209. OLE color: 5425209.

HSL color Cylindrical-coordinate representation of color #39C852: hue angle of 130.49º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C852 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 200 82 -
CMYK 0.72 0 0.59 0.22
HSL 130.49º 0.57% 0.5% -
HSV(B) 130.49º 0.72% 0.78% -
XYZ 23.86 42.79 14.98 -
YUV 143.79 93.12 66.09 -
System Red Green Blue C M Y K H S L
Decimal 57 200 82 0.72 0 0.59 0.22 130.49 0.57 0.5
Hex 39 C8 52 48 0 3B 16 82 39 32
Octal 71 310 122 110 0 73 26 202 71 62
Binary 111001 11001000 1010010 1001000 0 111011 10110 10000010 111001 110010

Color Harmonies of #39C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C852

Black with #39C852

Text Example


Text Example

White with #39C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39C852; }

 p { color: rgb(57,200,82); }

 H1.HeaderClassName
 {
   color: #39C852;
 }
 .AnyTagClassName
 {
   color: #39C852;
 }
</style>

background-color css

<style>
 a { background-color: #39C852; }

 a { background-color: rgb(57,200,82); }

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

border-color css

<style>
 span { border-color: #39C852; }

 span { border-color: rgb(57,200,82); }

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