Html Css Color HEX #33F040 Lime Green

📋 copy color: '#33F040'

red 51 ◦ green 240 ◦ blue 64

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

Shades of Lime Green #33F040

Tints of Lime Green #33F040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.61%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 14.37%
G = 67.61%
B = 18.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#33F040 (or 0x33F040) is known color: Lime Green. HEX triplet: 33, F0 and 40. RGB value is (51,240,64). Sum of RGB (Red+Green+Blue) = 51+240+64=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #33F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F040 is #CC0FBF. Grayscale: #A3A3A3. Windows color (decimal): -13373376 or 4255795. OLE color: 4255795.

HSL color Cylindrical-coordinate representation of color #33F040: hue angle of 124.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F040 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 240 64 -
CMYK 0.79 0 0.73 0.06
HSL 124.13º 0.86% 0.57% -
HSV(B) 124.13º 0.79% 0.94% -
XYZ 33.45 63.39 15.32 -
YUV 163.43 71.88 47.81 -
System Red Green Blue C M Y K H S L
Decimal 51 240 64 0.79 0 0.73 0.06 124.13 0.86 0.57
Hex 33 F0 40 4F 0 49 6 7C 56 39
Octal 63 360 100 117 0 111 6 174 126 71
Binary 110011 11110000 1000000 1001111 0 1001001 110 1111100 1010110 111001

Color Harmonies of #33F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F040

Black with #33F040

Text Example


Text Example

White with #33F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,240,64); }

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

background-color css

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

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

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

border-color css

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

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

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