Html Css Color HEX #2FFD32 Lime Green

📋 copy color: '#2FFD32'

red 47 ◦ green 253 ◦ blue 50

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

Shades of Lime Green #2FFD32

Tints of Lime Green #2FFD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 13.43%
G = 72.29%
B = 14.29%

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

#2FFD32 (or 0x2FFD32) is known color: Lime Green. HEX triplet: 2F, FD and 32. RGB value is (47,253,50). Sum of RGB (Red+Green+Blue) = 47+253+50=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD32 is #D002CD. Grayscale: #A8A8A8. Windows color (decimal): -13632206 or 3341615. OLE color: 3341615.

HSL color Cylindrical-coordinate representation of color #2FFD32: hue angle of 120.87º 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 #2FFD32 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 50 -
CMYK 0.81 0 0.80 0.01
HSL 120.87º 0.98% 0.59% -
HSV(B) 120.87º 0.81% 0.99% -
XYZ 36.87 71.09 14.8 -
YUV 168.26 61.25 41.51 -
System Red Green Blue C M Y K H S L
Decimal 47 253 50 0.81 0 0.80 0.01 120.87 0.98 0.59
Hex 2F FD 32 51 0 50 1 79 62 3B
Octal 57 375 62 121 0 120 1 171 142 73
Binary 101111 11111101 110010 1010001 0 1010000 1 1111001 1100010 111011

Color Harmonies of #2FFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD32

Black with #2FFD32

Text Example


Text Example

White with #2FFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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