Html Css Color HEX #2FB545 Lime Green

📋 copy color: '#2FB545'

red 47 ◦ green 181 ◦ blue 69

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

Shades of Lime Green #2FB545

Tints of Lime Green #2FB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 60.94%

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

R = 15.82%
G = 60.94%
B = 23.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#2FB545 (or 0x2FB545) is known color: Lime Green. HEX triplet: 2F, B5 and 45. RGB value is (47,181,69). Sum of RGB (Red+Green+Blue) = 47+181+69=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB545 is #D04ABA. Grayscale: #808080. Windows color (decimal): -13650619 or 4568367. OLE color: 4568367.

HSL color Cylindrical-coordinate representation of color #2FB545: hue angle of 129.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB545 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 181 69 -
CMYK 0.74 0 0.62 0.29
HSL 129.85º 0.59% 0.45% -
HSV(B) 129.85º 0.74% 0.71% -
XYZ 18.77 34.08 11.22 -
YUV 128.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 47 181 69 0.74 0 0.62 0.29 129.85 0.59 0.45
Hex 2F B5 45 4A 0 3E 1D 82 3B 2D
Octal 57 265 105 112 0 76 35 202 73 55
Binary 101111 10110101 1000101 1001010 0 111110 11101 10000010 111011 101101

Color Harmonies of #2FB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB545

Black with #2FB545

Text Example


Text Example

White with #2FB545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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