Html Css Color HEX #2FBC1B Lime Green

📋 copy color: '#2FBC1B'

red 47 ◦ green 188 ◦ blue 27

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

Shades of Lime Green #2FBC1B

Tints of Lime Green #2FBC1B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.76%

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

R = 17.94%
G = 71.76%
B = 10.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#2FBC1B (or 0x2FBC1B) is known color: Lime Green. HEX triplet: 2F, BC and 1B. RGB value is (47,188,27). Sum of RGB (Red+Green+Blue) = 47+188+27=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC1B is #D043E4. Grayscale: #7F7F7F. Windows color (decimal): -13648869 or 1817647. OLE color: 1817647.

HSL color Cylindrical-coordinate representation of color #2FBC1B: hue angle of 112.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FBC1B is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 188 27 -
CMYK 0.75 0 0.86 0.26
HSL 112.55º 0.75% 0.42% -
HSV(B) 112.55º 0.86% 0.74% -
XYZ 19.35 36.65 7.09 -
YUV 127.49 71.29 70.59 -
System Red Green Blue C M Y K H S L
Decimal 47 188 27 0.75 0 0.86 0.26 112.55 0.75 0.42
Hex 2F BC 1B 4B 0 56 1A 71 4B 2A
Octal 57 274 33 113 0 126 32 161 113 52
Binary 101111 10111100 11011 1001011 0 1010110 11010 1110001 1001011 101010

Color Harmonies of #2FBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC1B

Black with #2FBC1B

Text Example


Text Example

White with #2FBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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