Html Css Color HEX #39BA42 Lime Green

📋 copy color: '#39BA42'

red 57 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #39BA42

Tints of Lime Green #39BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 18.45%
G = 60.19%
B = 21.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#39BA42 (or 0x39BA42) is known color: Lime Green. HEX triplet: 39, BA and 42. RGB value is (57,186,66). Sum of RGB (Red+Green+Blue) = 57+186+66=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA42 is #C645BD. Grayscale: #868686. Windows color (decimal): -12993982 or 4373049. OLE color: 4373049.

HSL color Cylindrical-coordinate representation of color #39BA42: hue angle of 124.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BA42 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 186 66 -
CMYK 0.69 0 0.65 0.27
HSL 124.19º 0.53% 0.48% -
HSV(B) 124.19º 0.69% 0.73% -
XYZ 20.23 36.38 11.11 -
YUV 133.75 89.76 73.26 -
System Red Green Blue C M Y K H S L
Decimal 57 186 66 0.69 0 0.65 0.27 124.19 0.53 0.48
Hex 39 BA 42 45 0 41 1B 7C 35 30
Octal 71 272 102 105 0 101 33 174 65 60
Binary 111001 10111010 1000010 1000101 0 1000001 11011 1111100 110101 110000

Color Harmonies of #39BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39BA42

Black with #39BA42

Text Example


Text Example

White with #39BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,186,66); }

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

background-color css

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

 a { background-color: rgb(57,186,66); }

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

border-color css

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

 span { border-color: rgb(57,186,66); }

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