Html Css Color HEX #33CC56 Lime Green

📋 copy color: '#33CC56'

red 51 ◦ green 204 ◦ blue 86

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

Shades of Lime Green #33CC56

Tints of Lime Green #33CC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.82%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 14.96%
G = 59.82%
B = 25.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#33CC56 (or 0x33CC56) is known color: Lime Green. HEX triplet: 33, CC and 56. RGB value is (51,204,86). Sum of RGB (Red+Green+Blue) = 51+204+86=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CC56 is #CC33A9. Grayscale: #919191. Windows color (decimal): -13382570 or 5688371. OLE color: 5688371.

HSL color Cylindrical-coordinate representation of color #33CC56: hue angle of 133.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC56 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 204 86 -
CMYK 0.75 0 0.58 0.2
HSL 133.73º 0.6% 0.5% -
HSV(B) 133.73º 0.75% 0.8% -
XYZ 24.64 44.56 16.11 -
YUV 144.8 94.81 61.09 -
System Red Green Blue C M Y K H S L
Decimal 51 204 86 0.75 0 0.58 0.2 133.73 0.6 0.5
Hex 33 CC 56 4B 0 3A 14 86 3C 32
Octal 63 314 126 113 0 72 24 206 74 62
Binary 110011 11001100 1010110 1001011 0 111010 10100 10000110 111100 110010

Color Harmonies of #33CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CC56

Black with #33CC56

Text Example


Text Example

White with #33CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,204,86); }

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

background-color css

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

 a { background-color: rgb(51,204,86); }

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

border-color css

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

 span { border-color: rgb(51,204,86); }

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