Html Css Color HEX #33DE4D Lime Green

📋 copy color: '#33DE4D'

red 51 ◦ green 222 ◦ blue 77

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

Shades of Lime Green #33DE4D

Tints of Lime Green #33DE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22%

R = 14.57%
G = 63.43%
B = 22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#33DE4D (or 0x33DE4D) is known color: Lime Green. HEX triplet: 33, DE and 4D. RGB value is (51,222,77). Sum of RGB (Red+Green+Blue) = 51+222+77=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 222 (87.11% from 255 or 63.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DE4D is #CC21B2. Grayscale: #9A9A9A. Windows color (decimal): -13377971 or 5103155. OLE color: 5103155.

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

Color convert

RGB 51 222 77 -
CMYK 0.77 0 0.65 0.13
HSL 129.12º 0.72% 0.54% -
HSV(B) 129.12º 0.77% 0.87% -
XYZ 28.83 53.48 15.82 -
YUV 154.34 84.35 54.29 -
System Red Green Blue C M Y K H S L
Decimal 51 222 77 0.77 0 0.65 0.13 129.12 0.72 0.54
Hex 33 DE 4D 4D 0 41 D 81 48 36
Octal 63 336 115 115 0 101 15 201 110 66
Binary 110011 11011110 1001101 1001101 0 1000001 1101 10000001 1001000 110110

Color Harmonies of #33DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DE4D

Black with #33DE4D

Text Example


Text Example

White with #33DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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