Html Css Color HEX #2FFF3D Lime Green

📋 copy color: '#2FFF3D'

red 47 ◦ green 255 ◦ blue 61

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

Shades of Lime Green #2FFF3D

Tints of Lime Green #2FFF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 12.95%
G = 70.25%
B = 16.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#2FFF3D (or 0x2FFF3D) is known color: Lime Green. HEX triplet: 2F, FF and 3D. RGB value is (47,255,61). Sum of RGB (Red+Green+Blue) = 47+255+61=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF3D is #D000C2. Grayscale: #ABABAB. Windows color (decimal): -13631683 or 4063023. OLE color: 4063023.

HSL color Cylindrical-coordinate representation of color #2FFF3D: hue angle of 124.04º 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 #2FFF3D is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 47 255 61 -
CMYK 0.82 0 0.76 0
HSL 124.04º 1% 0.59% -
HSV(B) 124.04º 0.82% 1% -
XYZ 37.77 72.46 16.41 -
YUV 170.69 66.09 39.77 -
System Red Green Blue C M Y K H S L
Decimal 47 255 61 0.82 0 0.76 0 124.04 1 0.59
Hex 2F FF 3D 52 0 4C 0 7C 64 3B
Octal 57 377 75 122 0 114 0 174 144 73
Binary 101111 11111111 111101 1010010 0 1001100 0 1111100 1100100 111011

Color Harmonies of #2FFF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF3D

Black with #2FFF3D

Text Example


Text Example

White with #2FFF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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