Html Css Color HEX #2FFB42 Lime Green

📋 copy color: '#2FFB42'

red 47 ◦ green 251 ◦ blue 66

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

Shades of Lime Green #2FFB42

Tints of Lime Green #2FFB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.96%

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 12.91%
G = 68.96%
B = 18.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#2FFB42 (or 0x2FFB42) is known color: Lime Green. HEX triplet: 2F, FB and 42. RGB value is (47,251,66). Sum of RGB (Red+Green+Blue) = 47+251+66=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB42 is #D004BD. Grayscale: #A9A9A9. Windows color (decimal): -13632702 or 4389679. OLE color: 4389679.

HSL color Cylindrical-coordinate representation of color #2FFB42: hue angle of 125.59º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB42 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 66 -
CMYK 0.81 0 0.74 0.02
HSL 125.59º 0.96% 0.58% -
HSV(B) 125.59º 0.81% 0.98% -
XYZ 36.65 69.99 16.73 -
YUV 168.91 69.91 41.04 -
System Red Green Blue C M Y K H S L
Decimal 47 251 66 0.81 0 0.74 0.02 125.59 0.96 0.58
Hex 2F FB 42 51 0 4A 2 7E 60 3A
Octal 57 373 102 121 0 112 2 176 140 72
Binary 101111 11111011 1000010 1010001 0 1001010 10 1111110 1100000 111010

Color Harmonies of #2FFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB42

Black with #2FFB42

Text Example


Text Example

White with #2FFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,251,66); }

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

background-color css

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

 a { background-color: rgb(47,251,66); }

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

border-color css

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

 span { border-color: rgb(47,251,66); }

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