Html Css Color HEX #2FEB1C Lime Green

📋 copy color: '#2FEB1C'

red 47 ◦ green 235 ◦ blue 28

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

Shades of Lime Green #2FEB1C

Tints of Lime Green #2FEB1C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.81%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 15.16%
G = 75.81%
B = 9.03%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#2FEB1C (or 0x2FEB1C) is known color: Lime Green. HEX triplet: 2F, EB and 1C. RGB value is (47,235,28). Sum of RGB (Red+Green+Blue) = 47+235+28=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB1C is #D014E3. Grayscale: #9B9B9B. Windows color (decimal): -13636836 or 1895215. OLE color: 1895215.

HSL color Cylindrical-coordinate representation of color #2FEB1C: hue angle of 114.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FEB1C is Cyan = 0.8, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 28 -
CMYK 0.8 0 0.88 0.08
HSL 114.49º 0.84% 0.52% -
HSV(B) 114.49º 0.88% 0.92% -
XYZ 31.09 60.1 11.06 -
YUV 155.19 56.22 50.83 -
System Red Green Blue C M Y K H S L
Decimal 47 235 28 0.8 0 0.88 0.08 114.49 0.84 0.52
Hex 2F EB 1C 50 0 58 8 72 54 34
Octal 57 353 34 120 0 130 10 162 124 64
Binary 101111 11101011 11100 1010000 0 1011000 1000 1110010 1010100 110100

Color Harmonies of #2FEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB1C

Black with #2FEB1C

Text Example


Text Example

White with #2FEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,28); }

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

background-color css

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

 a { background-color: rgb(47,235,28); }

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

border-color css

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

 span { border-color: rgb(47,235,28); }

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