Html Css Color HEX #33C046 Lime Green

📋 copy color: '#33C046'

red 51 ◦ green 192 ◦ blue 70

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

Shades of Lime Green #33C046

Tints of Lime Green #33C046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.34%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 16.29%
G = 61.34%
B = 22.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#33C046 (or 0x33C046) is known color: Lime Green. HEX triplet: 33, C0 and 46. RGB value is (51,192,70). Sum of RGB (Red+Green+Blue) = 51+192+70=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #33C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C046 is #CC3FB9. Grayscale: #888888. Windows color (decimal): -13385658 or 4636723. OLE color: 4636723.

HSL color Cylindrical-coordinate representation of color #33C046: hue angle of 128.09º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C046 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 70 -
CMYK 0.73 0 0.64 0.25
HSL 128.09º 0.58% 0.48% -
HSV(B) 128.09º 0.73% 0.75% -
XYZ 21.32 38.85 12.17 -
YUV 135.93 90.79 67.42 -
System Red Green Blue C M Y K H S L
Decimal 51 192 70 0.73 0 0.64 0.25 128.09 0.58 0.48
Hex 33 C0 46 49 0 40 19 80 3A 30
Octal 63 300 106 111 0 100 31 200 72 60
Binary 110011 11000000 1000110 1001001 0 1000000 11001 10000000 111010 110000

Color Harmonies of #33C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C046

Black with #33C046

Text Example


Text Example

White with #33C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,70); }

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

background-color css

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

 a { background-color: rgb(51,192,70); }

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

border-color css

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

 span { border-color: rgb(51,192,70); }

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