Html Css Color HEX #33D215 Lime Green

📋 copy color: '#33D215'

red 51 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #33D215

Tints of Lime Green #33D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 74.47%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 18.09%
G = 74.47%
B = 7.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#33D215 (or 0x33D215) is known color: Lime Green. HEX triplet: 33, D2 and 15. RGB value is (51,210,21). Sum of RGB (Red+Green+Blue) = 51+210+21=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #33D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D215 is #CC2DEA. Grayscale: #8D8D8D. Windows color (decimal): -13381099 or 1430067. OLE color: 1430067.

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

Color convert

RGB 51 210 21 -
CMYK 0.76 0 0.90 0.18
HSL 110.48º 0.82% 0.45% -
HSV(B) 110.48º 0.9% 0.82% -
XYZ 24.55 46.85 8.46 -
YUV 140.91 60.32 63.87 -
System Red Green Blue C M Y K H S L
Decimal 51 210 21 0.76 0 0.90 0.18 110.48 0.82 0.45
Hex 33 D2 15 4C 0 5A 12 6E 52 2D
Octal 63 322 25 114 0 132 22 156 122 55
Binary 110011 11010010 10101 1001100 0 1011010 10010 1101110 1010010 101101

Color Harmonies of #33D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D215

Black with #33D215

Text Example


Text Example

White with #33D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,210,21); }

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

background-color css

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

 a { background-color: rgb(51,210,21); }

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

border-color css

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

 span { border-color: rgb(51,210,21); }

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