Html Css Color HEX #2FB745 Lime Green

📋 copy color: '#2FB745'

red 47 ◦ green 183 ◦ blue 69

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

Shades of Lime Green #2FB745

Tints of Lime Green #2FB745

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.2%

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

R = 15.72%
G = 61.2%
B = 23.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#2FB745 (or 0x2FB745) is known color: Lime Green. HEX triplet: 2F, B7 and 45. RGB value is (47,183,69). Sum of RGB (Red+Green+Blue) = 47+183+69=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB745 is #D048BA. Grayscale: #818181. Windows color (decimal): -13650107 or 4568879. OLE color: 4568879.

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

Color convert

RGB 47 183 69 -
CMYK 0.74 0 0.62 0.28
HSL 129.71º 0.59% 0.45% -
HSV(B) 129.71º 0.74% 0.72% -
XYZ 19.18 34.9 11.36 -
YUV 129.34 93.94 69.27 -
System Red Green Blue C M Y K H S L
Decimal 47 183 69 0.74 0 0.62 0.28 129.71 0.59 0.45
Hex 2F B7 45 4A 0 3E 1C 82 3B 2D
Octal 57 267 105 112 0 76 34 202 73 55
Binary 101111 10110111 1000101 1001010 0 111110 11100 10000010 111011 101101

Color Harmonies of #2FB745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB745

Black with #2FB745

Text Example


Text Example

White with #2FB745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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