Html Css Color HEX #33D112 Lime Green

📋 copy color: '#33D112'

red 51 ◦ green 209 ◦ blue 18

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

Shades of Lime Green #33D112

Tints of Lime Green #33D112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 75.18%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 18.35%
G = 75.18%
B = 6.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#33D112 (or 0x33D112) is known color: Lime Green. HEX triplet: 33, D1 and 12. RGB value is (51,209,18). Sum of RGB (Red+Green+Blue) = 51+209+18=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #33D112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D112 is #CC2EED. Grayscale: #8C8C8C. Windows color (decimal): -13381358 or 1233203. OLE color: 1233203.

HSL color Cylindrical-coordinate representation of color #33D112: hue angle of 109.63º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33D112 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 209 18 -
CMYK 0.76 0 0.91 0.18
HSL 109.63º 0.84% 0.45% -
HSV(B) 109.63º 0.91% 0.82% -
XYZ 24.27 46.35 8.24 -
YUV 139.98 59.15 64.53 -
System Red Green Blue C M Y K H S L
Decimal 51 209 18 0.76 0 0.91 0.18 109.63 0.84 0.45
Hex 33 D1 12 4C 0 5B 12 6E 54 2D
Octal 63 321 22 114 0 133 22 156 124 55
Binary 110011 11010001 10010 1001100 0 1011011 10010 1101110 1010100 101101

Color Harmonies of #33D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D112

Black with #33D112

Text Example


Text Example

White with #33D112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,209,18); }

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

background-color css

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

 a { background-color: rgb(51,209,18); }

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

border-color css

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

 span { border-color: rgb(51,209,18); }

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