#3CEE33

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

Shades of Lime Green #3CEE33

Tints of Lime Green #3CEE33

Color information

#3CEE33 (or 0x3CEE33) is unknown color: approx Lime Green. HEX triplet: 3C, EE and 33. RGB value is (60,238,51). Sum of RGB (Red+Green+Blue) = 60+238+51=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 238 (93.36% from 255 or 68.19% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEE33 is #C311CC. Grayscale: #A4A4A4. Windows color (decimal): -12784077 or 3403324. OLE color: 3403324.

HSL color Cylindrical-coordinate representation of color #3CEE33: hue angle of 117.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CEE33 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB6023851-
CMYK0.7500.790.07
HSL117.11º84.62%56.67%-
HSV(B)117.11º78.57%93.33%-
XYZ33.0462.3513.43-
YUV163.4664.5354.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.19%
GREEN value IS 238 (93.36% from 255) = 68.19%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=17.19%
G=68.19%
B=14.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60238510.7500.790.07117.1184.6256.67
Hex3CEE334B04F7755539
Octal74356631130117716512571
Binary1111001110111011001110010110100111111111101011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CEE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,238,51); }

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

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

 a { background-color: rgb(60,238,51); }

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

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

 span { border-color: rgb(60,238,51); }

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