Html Css Color HEX #33C146 Lime Green

📋 copy color: '#33C146'

red 51 ◦ green 193 ◦ blue 70

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

Shades of Lime Green #33C146

Tints of Lime Green #33C146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.46%

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

R = 16.24%
G = 61.46%
B = 22.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#33C146 (or 0x33C146) is known color: Lime Green. HEX triplet: 33, C1 and 46. RGB value is (51,193,70). Sum of RGB (Red+Green+Blue) = 51+193+70=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #33C146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C146 is #CC3EB9. Grayscale: #888888. Windows color (decimal): -13385402 or 4636979. OLE color: 4636979.

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

Color convert

RGB 51 193 70 -
CMYK 0.74 0 0.64 0.24
HSL 128.03º 0.58% 0.48% -
HSV(B) 128.03º 0.74% 0.76% -
XYZ 21.54 39.29 12.24 -
YUV 136.52 90.46 67 -
System Red Green Blue C M Y K H S L
Decimal 51 193 70 0.74 0 0.64 0.24 128.03 0.58 0.48
Hex 33 C1 46 4A 0 40 18 80 3A 30
Octal 63 301 106 112 0 100 30 200 72 60
Binary 110011 11000001 1000110 1001010 0 1000000 11000 10000000 111010 110000

Color Harmonies of #33C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C146

Black with #33C146

Text Example


Text Example

White with #33C146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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