Html Css Color HEX #3BC742 Lime Green

📋 copy color: '#3BC742'

red 59 ◦ green 199 ◦ blue 66

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

Shades of Lime Green #3BC742

Tints of Lime Green #3BC742

RGB

 RED value IS 59 (23.44% from 255) = 18.21%

 GREEN value IS 199 (78.13% from 255) = 61.42%

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

R = 18.21%
G = 61.42%
B = 20.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#3BC742 (or 0x3BC742) is known color: Lime Green. HEX triplet: 3B, C7 and 42. RGB value is (59,199,66). Sum of RGB (Red+Green+Blue) = 59+199+66=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC742 is #C438BD. Grayscale: #8E8E8E. Windows color (decimal): -12859582 or 4376379. OLE color: 4376379.

HSL color Cylindrical-coordinate representation of color #3BC742: hue angle of 123º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC742 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 199 66 -
CMYK 0.70 0 0.67 0.22
HSL 123º 0.56% 0.51% -
HSV(B) 123º 0.7% 0.78% -
XYZ 23.21 42.17 12.07 -
YUV 141.98 85.12 68.81 -
System Red Green Blue C M Y K H S L
Decimal 59 199 66 0.70 0 0.67 0.22 123 0.56 0.51
Hex 3B C7 42 46 0 43 16 7B 38 33
Octal 73 307 102 106 0 103 26 173 70 63
Binary 111011 11000111 1000010 1000110 0 1000011 10110 1111011 111000 110011

Color Harmonies of #3BC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC742

Black with #3BC742

Text Example


Text Example

White with #3BC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC742; }

 p { color: rgb(59,199,66); }

 H1.HeaderClassName
 {
   color: #3BC742;
 }
 .AnyTagClassName
 {
   color: #3BC742;
 }
</style>

background-color css

<style>
 a { background-color: #3BC742; }

 a { background-color: rgb(59,199,66); }

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

border-color css

<style>
 span { border-color: #3BC742; }

 span { border-color: rgb(59,199,66); }

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