Html Css Color HEX #3BC242 Lime Green

📋 copy color: '#3BC242'

red 59 ◦ green 194 ◦ blue 66

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

Shades of Lime Green #3BC242

Tints of Lime Green #3BC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.82%

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

R = 18.5%
G = 60.82%
B = 20.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#3BC242 (or 0x3BC242) is known color: Lime Green. HEX triplet: 3B, C2 and 42. RGB value is (59,194,66). Sum of RGB (Red+Green+Blue) = 59+194+66=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC242 is #C43DBD. Grayscale: #8B8B8B. Windows color (decimal): -12860862 or 4375099. OLE color: 4375099.

HSL color Cylindrical-coordinate representation of color #3BC242: hue angle of 123.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC242 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 66 -
CMYK 0.70 0 0.66 0.24
HSL 123.11º 0.53% 0.5% -
HSV(B) 123.11º 0.7% 0.76% -
XYZ 22.08 39.91 11.69 -
YUV 139.04 86.77 70.91 -
System Red Green Blue C M Y K H S L
Decimal 59 194 66 0.70 0 0.66 0.24 123.11 0.53 0.5
Hex 3B C2 42 46 0 42 18 7B 35 32
Octal 73 302 102 106 0 102 30 173 65 62
Binary 111011 11000010 1000010 1000110 0 1000010 11000 1111011 110101 110010

Color Harmonies of #3BC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC242

Black with #3BC242

Text Example


Text Example

White with #3BC242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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