Html Css Color HEX #2FBC2E Lime Green

📋 copy color: '#2FBC2E'

red 47 ◦ green 188 ◦ blue 46

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

Shades of Lime Green #2FBC2E

Tints of Lime Green #2FBC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 16.73%
G = 66.9%
B = 16.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#2FBC2E (or 0x2FBC2E) is known color: Lime Green. HEX triplet: 2F, BC and 2E. RGB value is (47,188,46). Sum of RGB (Red+Green+Blue) = 47+188+46=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC2E is #D043D1. Grayscale: #828282. Windows color (decimal): -13648850 or 3062831. OLE color: 3062831.

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

Color convert

RGB 47 188 46 -
CMYK 0.75 0 0.76 0.26
HSL 119.58º 0.61% 0.46% -
HSV(B) 119.58º 0.76% 0.74% -
XYZ 19.65 36.77 8.65 -
YUV 129.65 80.79 69.05 -
System Red Green Blue C M Y K H S L
Decimal 47 188 46 0.75 0 0.76 0.26 119.58 0.61 0.46
Hex 2F BC 2E 4B 0 4C 1A 78 3D 2E
Octal 57 274 56 113 0 114 32 170 75 56
Binary 101111 10111100 101110 1001011 0 1001100 11010 1111000 111101 101110

Color Harmonies of #2FBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC2E

Black with #2FBC2E

Text Example


Text Example

White with #2FBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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