Html Css Color HEX #2FBA45 Lime Green

📋 copy color: '#2FBA45'

red 47 ◦ green 186 ◦ blue 69

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

Shades of Lime Green #2FBA45

Tints of Lime Green #2FBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 15.56%
G = 61.59%
B = 22.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#2FBA45 (or 0x2FBA45) is known color: Lime Green. HEX triplet: 2F, BA and 45. RGB value is (47,186,69). Sum of RGB (Red+Green+Blue) = 47+186+69=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA45 is #D045BA. Grayscale: #838383. Windows color (decimal): -13649339 or 4569647. OLE color: 4569647.

HSL color Cylindrical-coordinate representation of color #2FBA45: hue angle of 129.5º 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 #2FBA45 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 69 -
CMYK 0.75 0 0.63 0.27
HSL 129.5º 0.6% 0.46% -
HSV(B) 129.5º 0.75% 0.73% -
XYZ 19.81 36.15 11.56 -
YUV 131.1 92.95 68.01 -
System Red Green Blue C M Y K H S L
Decimal 47 186 69 0.75 0 0.63 0.27 129.5 0.6 0.46
Hex 2F BA 45 4B 0 3F 1B 81 3C 2E
Octal 57 272 105 113 0 77 33 201 74 56
Binary 101111 10111010 1000101 1001011 0 111111 11011 10000001 111100 101110

Color Harmonies of #2FBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA45

Black with #2FBA45

Text Example


Text Example

White with #2FBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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