Html Css Color HEX #33F94C Lime Green

📋 copy color: '#33F94C'

red 51 ◦ green 249 ◦ blue 76

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

Shades of Lime Green #33F94C

Tints of Lime Green #33F94C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.22%

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 13.56%
G = 66.22%
B = 20.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#33F94C (or 0x33F94C) is known color: Lime Green. HEX triplet: 33, F9 and 4C. RGB value is (51,249,76). Sum of RGB (Red+Green+Blue) = 51+249+76=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #33F94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F94C is #CC06B3. Grayscale: #AAAAAA. Windows color (decimal): -13371060 or 5044531. OLE color: 5044531.

HSL color Cylindrical-coordinate representation of color #33F94C: hue angle of 127.58º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33F94C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 249 76 -
CMYK 0.80 0 0.69 0.02
HSL 127.58º 0.94% 0.59% -
HSV(B) 127.58º 0.8% 0.98% -
XYZ 36.55 68.98 18.23 -
YUV 170.08 74.9 43.07 -
System Red Green Blue C M Y K H S L
Decimal 51 249 76 0.80 0 0.69 0.02 127.58 0.94 0.59
Hex 33 F9 4C 50 0 45 2 80 5E 3B
Octal 63 371 114 120 0 105 2 200 136 73
Binary 110011 11111001 1001100 1010000 0 1000101 10 10000000 1011110 111011

Color Harmonies of #33F94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F94C

Black with #33F94C

Text Example


Text Example

White with #33F94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,249,76); }

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

background-color css

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

 a { background-color: rgb(51,249,76); }

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

border-color css

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

 span { border-color: rgb(51,249,76); }

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