Html Css Color HEX #3CB93B Lime Green

📋 copy color: '#3CB93B'

red 60 ◦ green 185 ◦ blue 59

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

Shades of Lime Green #3CB93B

Tints of Lime Green #3CB93B

RGB

 RED value IS 60 (23.83% from 255) = 19.74%

 GREEN value IS 185 (72.66% from 255) = 60.86%

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 19.74%
G = 60.86%
B = 19.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#3CB93B (or 0x3CB93B) is known color: Lime Green. HEX triplet: 3C, B9 and 3B. RGB value is (60,185,59). Sum of RGB (Red+Green+Blue) = 60+185+59=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB93B is #C346C4. Grayscale: #858585. Windows color (decimal): -12797637 or 3914044. OLE color: 3914044.

HSL color Cylindrical-coordinate representation of color #3CB93B: hue angle of 119.52º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB93B is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 185 59 -
CMYK 0.68 0 0.68 0.27
HSL 119.52º 0.52% 0.48% -
HSV(B) 119.52º 0.68% 0.73% -
XYZ 20 35.97 10.03 -
YUV 133.26 86.09 75.75 -
System Red Green Blue C M Y K H S L
Decimal 60 185 59 0.68 0 0.68 0.27 119.52 0.52 0.48
Hex 3C B9 3B 44 0 44 1B 78 34 30
Octal 74 271 73 104 0 104 33 170 64 60
Binary 111100 10111001 111011 1000100 0 1000100 11011 1111000 110100 110000

Color Harmonies of #3CB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB93B

Black with #3CB93B

Text Example


Text Example

White with #3CB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,185,59); }

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

background-color css

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

 a { background-color: rgb(60,185,59); }

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

border-color css

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

 span { border-color: rgb(60,185,59); }

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