Html Css Color HEX #33DB41 Lime Green

📋 copy color: '#33DB41'

red 51 ◦ green 219 ◦ blue 65

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

Shades of Lime Green #33DB41

Tints of Lime Green #33DB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.37%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 15.22%
G = 65.37%
B = 19.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#33DB41 (or 0x33DB41) is known color: Lime Green. HEX triplet: 33, DB and 41. RGB value is (51,219,65). Sum of RGB (Red+Green+Blue) = 51+219+65=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB41 is #CC24BE. Grayscale: #979797. Windows color (decimal): -13378751 or 4315955. OLE color: 4315955.

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

Color convert

RGB 51 219 65 -
CMYK 0.77 0 0.70 0.14
HSL 125º 0.7% 0.53% -
HSV(B) 125º 0.77% 0.86% -
XYZ 27.65 51.75 13.53 -
YUV 151.21 79.34 56.52 -
System Red Green Blue C M Y K H S L
Decimal 51 219 65 0.77 0 0.70 0.14 125 0.7 0.53
Hex 33 DB 41 4D 0 46 E 7D 46 35
Octal 63 333 101 115 0 106 16 175 106 65
Binary 110011 11011011 1000001 1001101 0 1000110 1110 1111101 1000110 110101

Color Harmonies of #33DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DB41

Black with #33DB41

Text Example


Text Example

White with #33DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,219,65); }

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

background-color css

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

 a { background-color: rgb(51,219,65); }

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

border-color css

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

 span { border-color: rgb(51,219,65); }

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