Html Css Color HEX #33F240 Lime Green

📋 copy color: '#33F240'

red 51 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #33F240

Tints of Lime Green #33F240

RGB

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

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

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

R = 14.29%
G = 67.79%
B = 17.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#33F240 (or 0x33F240) is known color: Lime Green. HEX triplet: 33, F2 and 40. RGB value is (51,242,64). Sum of RGB (Red+Green+Blue) = 51+242+64=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #33F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F240 is #CC0DBF. Grayscale: #A5A5A5. Windows color (decimal): -13372864 or 4256307. OLE color: 4256307.

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

Color convert

RGB 51 242 64 -
CMYK 0.79 0 0.74 0.05
HSL 124.08º 0.88% 0.57% -
HSV(B) 124.08º 0.79% 0.95% -
XYZ 34.04 64.58 15.52 -
YUV 164.6 71.22 46.97 -
System Red Green Blue C M Y K H S L
Decimal 51 242 64 0.79 0 0.74 0.05 124.08 0.88 0.57
Hex 33 F2 40 4F 0 4A 5 7C 58 39
Octal 63 362 100 117 0 112 5 174 130 71
Binary 110011 11110010 1000000 1001111 0 1001010 101 1111100 1011000 111001

Color Harmonies of #33F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F240

Black with #33F240

Text Example


Text Example

White with #33F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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