Html Css Color HEX #33FF3F Lime Green

📋 copy color: '#33FF3F'

red 51 ◦ green 255 ◦ blue 63

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

Shades of Lime Green #33FF3F

Tints of Lime Green #33FF3F

RGB

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

 GREEN value IS 255 (100% from 255) = 69.11%

 BLUE value IS 63 (25% from 255) = 17.07%

R = 13.82%
G = 69.11%
B = 17.07%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#33FF3F (or 0x33FF3F) is known color: Lime Green. HEX triplet: 33, FF and 3F. RGB value is (51,255,63). Sum of RGB (Red+Green+Blue) = 51+255+63=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF3F is #CC00C0. Grayscale: #ACACAC. Windows color (decimal): -13369537 or 4194099. OLE color: 4194099.

HSL color Cylindrical-coordinate representation of color #33FF3F: hue angle of 123.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF3F is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 51 255 63 -
CMYK 0.8 0 0.75 0
HSL 123.53º 1% 0.6% -
HSV(B) 123.53º 0.8% 1% -
XYZ 38.02 72.58 16.71 -
YUV 172.12 66.41 41.61 -
System Red Green Blue C M Y K H S L
Decimal 51 255 63 0.8 0 0.75 0 123.53 1 0.6
Hex 33 FF 3F 50 0 4B 0 7C 64 3C
Octal 63 377 77 120 0 113 0 174 144 74
Binary 110011 11111111 111111 1010000 0 1001011 0 1111100 1100100 111100

Color Harmonies of #33FF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FF3F

Black with #33FF3F

Text Example


Text Example

White with #33FF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,255,63); }

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

background-color css

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

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

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

border-color css

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

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

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