Html Css Color HEX #2FB848 Lime Green

📋 copy color: '#2FB848'

red 47 ◦ green 184 ◦ blue 72

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

Shades of Lime Green #2FB848

Tints of Lime Green #2FB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.73%

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 15.51%
G = 60.73%
B = 23.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#2FB848 (or 0x2FB848) is known color: Lime Green. HEX triplet: 2F, B8 and 48. RGB value is (47,184,72). Sum of RGB (Red+Green+Blue) = 47+184+72=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB848 is #D047B7. Grayscale: #828282. Windows color (decimal): -13649848 or 4765743. OLE color: 4765743.

HSL color Cylindrical-coordinate representation of color #2FB848: hue angle of 130.95º 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 #2FB848 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 72 -
CMYK 0.74 0 0.61 0.28
HSL 130.95º 0.59% 0.45% -
HSV(B) 130.95º 0.74% 0.72% -
XYZ 19.48 35.35 11.93 -
YUV 130.27 95.11 68.61 -
System Red Green Blue C M Y K H S L
Decimal 47 184 72 0.74 0 0.61 0.28 130.95 0.59 0.45
Hex 2F B8 48 4A 0 3D 1C 83 3B 2D
Octal 57 270 110 112 0 75 34 203 73 55
Binary 101111 10111000 1001000 1001010 0 111101 11100 10000011 111011 101101

Color Harmonies of #2FB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB848

Black with #2FB848

Text Example


Text Example

White with #2FB848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,72); }

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

background-color css

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

 a { background-color: rgb(47,184,72); }

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

border-color css

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

 span { border-color: rgb(47,184,72); }

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