Html Css Color HEX #33D512 Lime Green

📋 copy color: '#33D512'

red 51 ◦ green 213 ◦ blue 18

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

Shades of Lime Green #33D512

Tints of Lime Green #33D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.53%

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

R = 18.09%
G = 75.53%
B = 6.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#33D512 (or 0x33D512) is known color: Lime Green. HEX triplet: 33, D5 and 12. RGB value is (51,213,18). Sum of RGB (Red+Green+Blue) = 51+213+18=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #33D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D512 is #CC2AED. Grayscale: #8E8E8E. Windows color (decimal): -13380334 or 1234227. OLE color: 1234227.

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

Color convert

RGB 51 213 18 -
CMYK 0.76 0 0.92 0.16
HSL 109.85º 0.84% 0.45% -
HSV(B) 109.85º 0.92% 0.84% -
XYZ 25.27 48.34 8.57 -
YUV 142.33 57.83 62.86 -
System Red Green Blue C M Y K H S L
Decimal 51 213 18 0.76 0 0.92 0.16 109.85 0.84 0.45
Hex 33 D5 12 4C 0 5C 10 6E 54 2D
Octal 63 325 22 114 0 134 20 156 124 55
Binary 110011 11010101 10010 1001100 0 1011100 10000 1101110 1010100 101101

Color Harmonies of #33D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D512

Black with #33D512

Text Example


Text Example

White with #33D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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