#3CBE3E

Color #3CBE3E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3CBE3E

Tints of Lime Green #3CBE3E

Color information

#3CBE3E (or 0x3CBE3E) is unknown color: approx Lime Green. HEX triplet: 3C, BE and 3E. RGB value is (60,190,62). Sum of RGB (Red+Green+Blue) = 60+190+62=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBE3E is #C341C1. Grayscale: #888888. Windows color (decimal): -12796354 or 4111932. OLE color: 4111932.

HSL color Cylindrical-coordinate representation of color #3CBE3E: hue angle of 120.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBE3E is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB6019062-
CMYK0.6800.670.25
HSL120.92º52%49.02%-
HSV(B)120.92º68.42%74.51%-
XYZ21.1538.1410.8-
YUV136.5485.9373.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 190 (74.61% from 255) = 60.90%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=19.23%
G=60.90%
B=19.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60190620.6800.670.25120.925249.02
Hex3CBE3E4404319793431
Octal74276761040103311716461
Binary11110010111110111110100010001000011110011111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,190,62); }

 H1.HeaderClassName
 {
   color: #3CBE3E;
 }
 .AnyTagClassName
 {
   color: #3CBE3E;
 }
</style>
background-color css

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

 a { background-color: rgb(60,190,62); }

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

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

 span { border-color: rgb(60,190,62); }

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