#3EBF30

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

Shades of Lime Green #3EBF30

Tints of Lime Green #3EBF30

Color information

#3EBF30 (or 0x3EBF30) is unknown color: approx Lime Green. HEX triplet: 3E, BF and 30. RGB value is (62,191,48). Sum of RGB (Red+Green+Blue) = 62+191+48=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBF30 is #C140CF. Grayscale: #888888. Windows color (decimal): -12665040 or 3194686. OLE color: 3194686.

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

Color convert

RGB6219148-
CMYK0.6800.750.25
HSL114.13º59.83%46.86%-
HSV(B)114.13º74.87%74.9%-
XYZ21.1538.59.11-
YUV136.1378.2675.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 191 (75% from 255) = 63.46%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=20.60%
G=63.46%
B=15.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62191480.6800.750.25114.1359.8346.86
Hex3EBF304404B19723c2f
Octal76277601040113311627457
Binary11111010111111110000100010001001011110011110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,191,48); }

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

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

 a { background-color: rgb(62,191,48); }

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

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

 span { border-color: rgb(62,191,48); }

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