Html Css Color HEX #33F249 Lime Green

📋 copy color: '#33F249'

red 51 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #33F249

Tints of Lime Green #33F249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.12%

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 13.93%
G = 66.12%
B = 19.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#33F249 (or 0x33F249) is known color: Lime Green. HEX triplet: 33, F2 and 49. RGB value is (51,242,73). Sum of RGB (Red+Green+Blue) = 51+242+73=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #33F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F249 is #CC0DB6. Grayscale: #A6A6A6. Windows color (decimal): -13372855 or 4846131. OLE color: 4846131.

HSL color Cylindrical-coordinate representation of color #33F249: hue angle of 126.91º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F249 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 242 73 -
CMYK 0.79 0 0.70 0.05
HSL 126.91º 0.88% 0.57% -
HSV(B) 126.91º 0.79% 0.95% -
XYZ 34.32 64.69 16.98 -
YUV 165.63 75.72 46.24 -
System Red Green Blue C M Y K H S L
Decimal 51 242 73 0.79 0 0.70 0.05 126.91 0.88 0.57
Hex 33 F2 49 4F 0 46 5 7F 58 39
Octal 63 362 111 117 0 106 5 177 130 71
Binary 110011 11110010 1001001 1001111 0 1000110 101 1111111 1011000 111001

Color Harmonies of #33F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F249

Black with #33F249

Text Example


Text Example

White with #33F249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,242,73); }

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

background-color css

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

 a { background-color: rgb(51,242,73); }

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

border-color css

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

 span { border-color: rgb(51,242,73); }

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