#33E440

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

Shades of Lime Green #33E440

Tints of Lime Green #33E440

Color information

#33E440 (or 0x33E440) is unknown color: approx Lime Green. HEX triplet: 33, E4 and 40. RGB value is (51,228,64). Sum of RGB (Red+Green+Blue) = 51+228+64=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #33E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E440 is #CC1BBF. Grayscale: #9C9C9C. Windows color (decimal): -13376448 or 4252723. OLE color: 4252723.

HSL color Cylindrical-coordinate representation of color #33E440: hue angle of 124.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E440 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB5122864-
CMYK0.7800.720.11
HSL124.41º76.62%54.71%-
HSV(B)124.41º77.63%89.41%-
XYZ30.0356.5614.18-
YUV156.3875.8652.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.87%
GREEN value IS 228 (89.45% from 255) = 66.47%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=14.87%
G=66.47%
B=18.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51228640.7800.720.11124.4176.6254.71
Hex33E4404E048B7c4d37
Octal6334410011601101317411567
Binary110011111001001000000100111001001000101111111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33E440; }

 p { color: rgb(51,228,64); }

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

<style>
 a { background-color: #33E440; }

 a { background-color: rgb(51,228,64); }

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

<style>
 span { border-color: #33E440; }

 span { border-color: rgb(51,228,64); }

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