Html Css Color HEX #33D416 Lime Green

📋 copy color: '#33D416'

red 51 ◦ green 212 ◦ blue 22

#33D416
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #33D416

Tints of Lime Green #33D416

RGB

 RED value IS 51 (20.31% from 255) = 17.89%

 GREEN value IS 212 (83.2% from 255) = 74.39%

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 17.89%
G = 74.39%
B = 7.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#33D416 (or 0x33D416) is known color: Lime Green. HEX triplet: 33, D4 and 16. RGB value is (51,212,22). Sum of RGB (Red+Green+Blue) = 51+212+22=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #33D416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D416 is #CC2BE9. Grayscale: #8E8E8E. Windows color (decimal): -13380586 or 1496115. OLE color: 1496115.

HSL color Cylindrical-coordinate representation of color #33D416: hue angle of 110.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33D416 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 51 212 22 -
CMYK 0.76 0 0.90 0.17
HSL 110.84º 0.81% 0.46% -
HSV(B) 110.84º 0.9% 0.83% -
XYZ 25.05 47.85 8.67 -
YUV 142.2 60.16 62.95 -
System Red Green Blue C M Y K H S L
Decimal 51 212 22 0.76 0 0.90 0.17 110.84 0.81 0.46
Hex 33 D4 16 4C 0 5A 11 6F 51 2E
Octal 63 324 26 114 0 132 21 157 121 56
Binary 110011 11010100 10110 1001100 0 1011010 10001 1101111 1010001 101110

Color Harmonies of #33D416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D416

Black with #33D416

Text Example


Text Example

White with #33D416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,212,22); }

 H1.HeaderClassName
 {
   color: #33D416;
 }
 .AnyTagClassName
 {
   color: #33D416;
 }
</style>

background-color css

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

 a { background-color: rgb(51,212,22); }

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

border-color css

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

 span { border-color: rgb(51,212,22); }

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