Html Css Color HEX #2FFF33 Lime Green

📋 copy color: '#2FFF33'

red 47 ◦ green 255 ◦ blue 51

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

Shades of Lime Green #2FFF33

Tints of Lime Green #2FFF33

RGB

 RED value IS 47 (18.75% from 255) = 13.31%

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

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

R = 13.31%
G = 72.24%
B = 14.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#2FFF33 (or 0x2FFF33) is known color: Lime Green. HEX triplet: 2F, FF and 33. RGB value is (47,255,51). Sum of RGB (Red+Green+Blue) = 47+255+51=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF33 is #D000CC. Grayscale: #AAAAAA. Windows color (decimal): -13631693 or 3407663. OLE color: 3407663.

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

Color convert

RGB 47 255 51 -
CMYK 0.82 0 0.8 0
HSL 121.15º 1% 0.59% -
HSV(B) 121.15º 0.82% 1% -
XYZ 37.53 72.36 15.12 -
YUV 169.55 61.09 40.59 -
System Red Green Blue C M Y K H S L
Decimal 47 255 51 0.82 0 0.8 0 121.15 1 0.59
Hex 2F FF 33 52 0 50 0 79 64 3B
Octal 57 377 63 122 0 120 0 171 144 73
Binary 101111 11111111 110011 1010010 0 1010000 0 1111001 1100100 111011

Color Harmonies of #2FFF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF33

Black with #2FFF33

Text Example


Text Example

White with #2FFF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FFF33; }

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

 H1.HeaderClassName
 {
   color: #2FFF33;
 }
 .AnyTagClassName
 {
   color: #2FFF33;
 }
</style>

background-color css

<style>
 a { background-color: #2FFF33; }

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

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

border-color css

<style>
 span { border-color: #2FFF33; }

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

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