Html Css Color HEX #33D855 Lime Green

📋 copy color: '#33D855'

red 51 ◦ green 216 ◦ blue 85

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

Shades of Lime Green #33D855

Tints of Lime Green #33D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.36%

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 14.49%
G = 61.36%
B = 24.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#33D855 (or 0x33D855) is known color: Lime Green. HEX triplet: 33, D8 and 55. RGB value is (51,216,85). Sum of RGB (Red+Green+Blue) = 51+216+85=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #33D855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D855 is #CC27AA. Grayscale: #989898. Windows color (decimal): -13379499 or 5625907. OLE color: 5625907.

HSL color Cylindrical-coordinate representation of color #33D855: hue angle of 132.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D855 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 216 85 -
CMYK 0.76 0 0.61 0.15
HSL 132.36º 0.68% 0.52% -
HSV(B) 132.36º 0.76% 0.85% -
XYZ 27.56 50.47 16.88 -
YUV 151.73 90.34 56.15 -
System Red Green Blue C M Y K H S L
Decimal 51 216 85 0.76 0 0.61 0.15 132.36 0.68 0.52
Hex 33 D8 55 4C 0 3D F 84 44 34
Octal 63 330 125 114 0 75 17 204 104 64
Binary 110011 11011000 1010101 1001100 0 111101 1111 10000100 1000100 110100

Color Harmonies of #33D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D855

Black with #33D855

Text Example


Text Example

White with #33D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,216,85); }

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

background-color css

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

 a { background-color: rgb(51,216,85); }

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

border-color css

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

 span { border-color: rgb(51,216,85); }

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