Html Css Color HEX #33DC30 Lime Green

📋 copy color: '#33DC30'

red 51 ◦ green 220 ◦ blue 48

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

Shades of Lime Green #33DC30

Tints of Lime Green #33DC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.97%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 15.99%
G = 68.97%
B = 15.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#33DC30 (or 0x33DC30) is known color: Lime Green. HEX triplet: 33, DC and 30. RGB value is (51,220,48). Sum of RGB (Red+Green+Blue) = 51+220+48=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC30 is #CC23CF. Grayscale: #969696. Windows color (decimal): -13378512 or 3202099. OLE color: 3202099.

HSL color Cylindrical-coordinate representation of color #33DC30: hue angle of 118.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DC30 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 48 -
CMYK 0.77 0 0.78 0.14
HSL 118.95º 0.71% 0.53% -
HSV(B) 118.95º 0.78% 0.86% -
XYZ 27.49 52.1 11.4 -
YUV 149.86 70.51 57.49 -
System Red Green Blue C M Y K H S L
Decimal 51 220 48 0.77 0 0.78 0.14 118.95 0.71 0.53
Hex 33 DC 30 4D 0 4E E 77 47 35
Octal 63 334 60 115 0 116 16 167 107 65
Binary 110011 11011100 110000 1001101 0 1001110 1110 1110111 1000111 110101

Color Harmonies of #33DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC30

Black with #33DC30

Text Example


Text Example

White with #33DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,220,48); }

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

background-color css

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

 a { background-color: rgb(51,220,48); }

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

border-color css

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

 span { border-color: rgb(51,220,48); }

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