#33C21E

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

Shades of Lime Green #33C21E

Tints of Lime Green #33C21E

Color information

#33C21E (or 0x33C21E) is unknown color: approx Lime Green. HEX triplet: 33, C2 and 1E. RGB value is (51,194,30). Sum of RGB (Red+Green+Blue) = 51+194+30=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #33C21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C21E is #CC3DE1. Grayscale: #858585. Windows color (decimal): -13385186 or 2015795. OLE color: 2015795.

HSL color Cylindrical-coordinate representation of color #33C21E: hue angle of 112.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33C21E is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB5119430-
CMYK0.7400.850.24
HSL112.32º73.21%43.92%-
HSV(B)112.32º84.54%76.08%-
XYZ20.8939.387.73-
YUV132.5570.1269.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 194 (76.17% from 255) = 70.55%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=18.55%
G=70.55%
B=10.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51194300.7400.850.24112.3273.2143.92
Hex33C21E4A0551870492c
Octal633023611201253016011154
Binary11001111000010111101001010010101011100011100001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,194,30); }

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

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

 a { background-color: rgb(51,194,30); }

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

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

 span { border-color: rgb(51,194,30); }

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