Html Css Color HEX #2FBA42 Lime Green

📋 copy color: '#2FBA42'

red 47 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #2FBA42

Tints of Lime Green #2FBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.21%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 15.72%
G = 62.21%
B = 22.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#2FBA42 (or 0x2FBA42) is known color: Lime Green. HEX triplet: 2F, BA and 42. RGB value is (47,186,66). Sum of RGB (Red+Green+Blue) = 47+186+66=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA42 is #D045BD. Grayscale: #838383. Windows color (decimal): -13649342 or 4373039. OLE color: 4373039.

HSL color Cylindrical-coordinate representation of color #2FBA42: hue angle of 128.2º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA42 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 66 -
CMYK 0.75 0 0.65 0.27
HSL 128.2º 0.6% 0.46% -
HSV(B) 128.2º 0.75% 0.73% -
XYZ 19.71 36.12 11.09 -
YUV 130.76 91.45 68.26 -
System Red Green Blue C M Y K H S L
Decimal 47 186 66 0.75 0 0.65 0.27 128.2 0.6 0.46
Hex 2F BA 42 4B 0 41 1B 80 3C 2E
Octal 57 272 102 113 0 101 33 200 74 56
Binary 101111 10111010 1000010 1001011 0 1000001 11011 10000000 111100 101110

Color Harmonies of #2FBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA42

Black with #2FBA42

Text Example


Text Example

White with #2FBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,66); }

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

background-color css

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

 a { background-color: rgb(47,186,66); }

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

border-color css

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

 span { border-color: rgb(47,186,66); }

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