Html Css Color HEX #2FFD33 Lime Green

📋 copy color: '#2FFD33'

red 47 ◦ green 253 ◦ blue 51

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

Shades of Lime Green #2FFD33

Tints of Lime Green #2FFD33

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.08%

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

R = 13.39%
G = 72.08%
B = 14.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#2FFD33 (or 0x2FFD33) is known color: Lime Green. HEX triplet: 2F, FD and 33. RGB value is (47,253,51). Sum of RGB (Red+Green+Blue) = 47+253+51=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 253 (99.22% from 255 or 72.08% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD33 is #D002CC. Grayscale: #A8A8A8. Windows color (decimal): -13632205 or 3407151. OLE color: 3407151.

HSL color Cylindrical-coordinate representation of color #2FFD33: hue angle of 121.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD33 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 51 -
CMYK 0.81 0 0.80 0.01
HSL 121.17º 0.98% 0.59% -
HSV(B) 121.17º 0.81% 0.99% -
XYZ 36.9 71.09 14.91 -
YUV 168.38 61.75 41.43 -
System Red Green Blue C M Y K H S L
Decimal 47 253 51 0.81 0 0.80 0.01 121.17 0.98 0.59
Hex 2F FD 33 51 0 50 1 79 62 3B
Octal 57 375 63 121 0 120 1 171 142 73
Binary 101111 11111101 110011 1010001 0 1010000 1 1111001 1100010 111011

Color Harmonies of #2FFD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD33

Black with #2FFD33

Text Example


Text Example

White with #2FFD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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