#33B83F

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

Shades of Lime Green #33B83F

Tints of Lime Green #33B83F

Color information

#33B83F (or 0x33B83F) is unknown color: approx Lime Green. HEX triplet: 33, B8 and 3F. RGB value is (51,184,63). Sum of RGB (Red+Green+Blue) = 51+184+63=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #33B83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B83F is #CC47C0. Grayscale: #828282. Windows color (decimal): -13387713 or 4175923. OLE color: 4175923.

HSL color Cylindrical-coordinate representation of color #33B83F: hue angle of 125.41º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B83F is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB5118463-
CMYK0.7200.660.28
HSL125.41º56.6%46.08%-
HSV(B)125.41º72.28%72.16%-
XYZ19.435.3410.5-
YUV130.4489.9471.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 184 (72.27% from 255) = 61.74%
BLUE value IS 63 (25% from 255) = 21.14%
R=17.11%
G=61.74%
B=21.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51184630.7200.660.28125.4156.646.08
Hex33B83F480421C7d392e
Octal63270771100102341757156
Binary11001110111000111111100100001000010111001111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,184,63); }

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

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

 a { background-color: rgb(51,184,63); }

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

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

 span { border-color: rgb(51,184,63); }

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