Html Css Color HEX #33F233 Lime Green

📋 copy color: '#33F233'

red 51 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #33F233

Tints of Lime Green #33F233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 14.83%
G = 70.35%
B = 14.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#33F233 (or 0x33F233) is known color: Lime Green. HEX triplet: 33, F2 and 33. RGB value is (51,242,51). Sum of RGB (Red+Green+Blue) = 51+242+51=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #33F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F233 is #CC0DCC. Grayscale: #A3A3A3. Windows color (decimal): -13372877 or 3404339. OLE color: 3404339.

HSL color Cylindrical-coordinate representation of color #33F233: hue angle of 120º 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 #33F233 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 242 51 -
CMYK 0.79 0 0.79 0.05
HSL 120º 0.88% 0.57% -
HSV(B) 120º 0.79% 0.95% -
XYZ 33.71 64.45 13.79 -
YUV 163.12 64.72 48.03 -
System Red Green Blue C M Y K H S L
Decimal 51 242 51 0.79 0 0.79 0.05 120 0.88 0.57
Hex 33 F2 33 4F 0 4F 5 78 58 39
Octal 63 362 63 117 0 117 5 170 130 71
Binary 110011 11110010 110011 1001111 0 1001111 101 1111000 1011000 111001

Color Harmonies of #33F233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F233

Black with #33F233

Text Example


Text Example

White with #33F233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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