Html Css Color HEX #33D650 Lime Green

📋 copy color: '#33D650'

red 51 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #33D650

Tints of Lime Green #33D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.03%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 14.78%
G = 62.03%
B = 23.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#33D650 (or 0x33D650) is known color: Lime Green. HEX triplet: 33, D6 and 50. RGB value is (51,214,80). Sum of RGB (Red+Green+Blue) = 51+214+80=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #33D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D650 is #CC29AF. Grayscale: #969696. Windows color (decimal): -13380016 or 5297715. OLE color: 5297715.

HSL color Cylindrical-coordinate representation of color #33D650: hue angle of 130.67º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D650 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 214 80 -
CMYK 0.76 0 0.63 0.16
HSL 130.67º 0.67% 0.52% -
HSV(B) 130.67º 0.76% 0.84% -
XYZ 26.86 49.38 15.7 -
YUV 149.99 88.5 57.4 -
System Red Green Blue C M Y K H S L
Decimal 51 214 80 0.76 0 0.63 0.16 130.67 0.67 0.52
Hex 33 D6 50 4C 0 3F 10 83 43 34
Octal 63 326 120 114 0 77 20 203 103 64
Binary 110011 11010110 1010000 1001100 0 111111 10000 10000011 1000011 110100

Color Harmonies of #33D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D650

Black with #33D650

Text Example


Text Example

White with #33D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,214,80); }

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

background-color css

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

 a { background-color: rgb(51,214,80); }

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

border-color css

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

 span { border-color: rgb(51,214,80); }

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