Html Css Color HEX #39D050 Lime Green

📋 copy color: '#39D050'

red 57 ◦ green 208 ◦ blue 80

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

Shades of Lime Green #39D050

Tints of Lime Green #39D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.29%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 16.52%
G = 60.29%
B = 23.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#39D050 (or 0x39D050) is known color: Lime Green. HEX triplet: 39, D0 and 50. RGB value is (57,208,80). Sum of RGB (Red+Green+Blue) = 57+208+80=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #39D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D050 is #C62FAF. Grayscale: #949494. Windows color (decimal): -12988336 or 5296185. OLE color: 5296185.

HSL color Cylindrical-coordinate representation of color #39D050: hue angle of 129.14º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D050 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 208 80 -
CMYK 0.73 0 0.62 0.18
HSL 129.14º 0.62% 0.52% -
HSV(B) 129.14º 0.73% 0.82% -
XYZ 25.69 46.56 15.22 -
YUV 148.26 89.47 62.91 -
System Red Green Blue C M Y K H S L
Decimal 57 208 80 0.73 0 0.62 0.18 129.14 0.62 0.52
Hex 39 D0 50 49 0 3E 12 81 3E 34
Octal 71 320 120 111 0 76 22 201 76 64
Binary 111001 11010000 1010000 1001001 0 111110 10010 10000001 111110 110100

Color Harmonies of #39D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D050

Black with #39D050

Text Example


Text Example

White with #39D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,208,80); }

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

background-color css

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

 a { background-color: rgb(57,208,80); }

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

border-color css

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

 span { border-color: rgb(57,208,80); }

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