Html Css Color HEX #33E650 Lime Green

📋 copy color: '#33E650'

red 51 ◦ green 230 ◦ blue 80

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

Shades of Lime Green #33E650

Tints of Lime Green #33E650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 63.71%

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

R = 14.13%
G = 63.71%
B = 22.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#33E650 (or 0x33E650) is known color: Lime Green. HEX triplet: 33, E6 and 50. RGB value is (51,230,80). Sum of RGB (Red+Green+Blue) = 51+230+80=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #33E650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33E650 is #CC19AF. Grayscale: #9F9F9F. Windows color (decimal): -13375920 or 5301811. OLE color: 5301811.

HSL color Cylindrical-coordinate representation of color #33E650: hue angle of 129.72º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E650 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 230 80 -
CMYK 0.78 0 0.65 0.10
HSL 129.72º 0.78% 0.55% -
HSV(B) 129.72º 0.78% 0.9% -
XYZ 31.11 57.88 17.12 -
YUV 159.38 83.2 50.7 -
System Red Green Blue C M Y K H S L
Decimal 51 230 80 0.78 0 0.65 0.10 129.72 0.78 0.55
Hex 33 E6 50 4E 0 41 A 82 4E 37
Octal 63 346 120 116 0 101 12 202 116 67
Binary 110011 11100110 1010000 1001110 0 1000001 1010 10000010 1001110 110111

Color Harmonies of #33E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E650

Black with #33E650

Text Example


Text Example

White with #33E650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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