Html Css Color HEX #2FEB1B Lime Green

📋 copy color: '#2FEB1B'

red 47 ◦ green 235 ◦ blue 27

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

Shades of Lime Green #2FEB1B

Tints of Lime Green #2FEB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 15.21%
G = 76.05%
B = 8.74%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#2FEB1B (or 0x2FEB1B) is known color: Lime Green. HEX triplet: 2F, EB and 1B. RGB value is (47,235,27). Sum of RGB (Red+Green+Blue) = 47+235+27=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 235 (92.19% from 255 or 76.05% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB1B is #D014E4. Grayscale: #9B9B9B. Windows color (decimal): -13636837 or 1829679. OLE color: 1829679.

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

Color convert

RGB 47 235 27 -
CMYK 0.8 0 0.89 0.08
HSL 114.23º 0.84% 0.51% -
HSV(B) 114.23º 0.89% 0.92% -
XYZ 31.08 60.1 11 -
YUV 155.08 55.72 50.91 -
System Red Green Blue C M Y K H S L
Decimal 47 235 27 0.8 0 0.89 0.08 114.23 0.84 0.51
Hex 2F EB 1B 50 0 59 8 72 54 33
Octal 57 353 33 120 0 131 10 162 124 63
Binary 101111 11101011 11011 1010000 0 1011001 1000 1110010 1010100 110011

Color Harmonies of #2FEB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB1B

Black with #2FEB1B

Text Example


Text Example

White with #2FEB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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