Html Css Color HEX #33DE2E Lime Green

📋 copy color: '#33DE2E'

red 51 ◦ green 222 ◦ blue 46

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

Shades of Lime Green #33DE2E

Tints of Lime Green #33DE2E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 69.59%

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 15.99%
G = 69.59%
B = 14.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#33DE2E (or 0x33DE2E) is known color: Lime Green. HEX triplet: 33, DE and 2E. RGB value is (51,222,46). Sum of RGB (Red+Green+Blue) = 51+222+46=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DE2E is #CC21D1. Grayscale: #979797. Windows color (decimal): -13378002 or 3071539. OLE color: 3071539.

HSL color Cylindrical-coordinate representation of color #33DE2E: hue angle of 118.3º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DE2E is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 222 46 -
CMYK 0.77 0 0.79 0.13
HSL 118.3º 0.73% 0.53% -
HSV(B) 118.3º 0.79% 0.87% -
XYZ 27.98 53.14 11.37 -
YUV 150.81 68.85 56.81 -
System Red Green Blue C M Y K H S L
Decimal 51 222 46 0.77 0 0.79 0.13 118.3 0.73 0.53
Hex 33 DE 2E 4D 0 4F D 76 49 35
Octal 63 336 56 115 0 117 15 166 111 65
Binary 110011 11011110 101110 1001101 0 1001111 1101 1110110 1001001 110101

Color Harmonies of #33DE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DE2E

Black with #33DE2E

Text Example


Text Example

White with #33DE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,222,46); }

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

background-color css

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

 a { background-color: rgb(51,222,46); }

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

border-color css

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

 span { border-color: rgb(51,222,46); }

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