Html Css Color HEX #2FB538 Lime Green

📋 copy color: '#2FB538'

red 47 ◦ green 181 ◦ blue 56

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

Shades of Lime Green #2FB538

Tints of Lime Green #2FB538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 16.55%
G = 63.73%
B = 19.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#2FB538 (or 0x2FB538) is known color: Lime Green. HEX triplet: 2F, B5 and 38. RGB value is (47,181,56). Sum of RGB (Red+Green+Blue) = 47+181+56=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB538 is #D04AC7. Grayscale: #7F7F7F. Windows color (decimal): -13650632 or 3716399. OLE color: 3716399.

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

Color convert

RGB 47 181 56 -
CMYK 0.74 0 0.69 0.29
HSL 124.03º 0.59% 0.45% -
HSV(B) 124.03º 0.74% 0.71% -
XYZ 18.41 33.94 9.32 -
YUV 126.68 88.11 71.16 -
System Red Green Blue C M Y K H S L
Decimal 47 181 56 0.74 0 0.69 0.29 124.03 0.59 0.45
Hex 2F B5 38 4A 0 45 1D 7C 3B 2D
Octal 57 265 70 112 0 105 35 174 73 55
Binary 101111 10110101 111000 1001010 0 1000101 11101 1111100 111011 101101

Color Harmonies of #2FB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB538

Black with #2FB538

Text Example


Text Example

White with #2FB538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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