Html Css Color HEX #2FB641 Lime Green

📋 copy color: '#2FB641'

red 47 ◦ green 182 ◦ blue 65

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

Shades of Lime Green #2FB641

Tints of Lime Green #2FB641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.9%

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 15.99%
G = 61.9%
B = 22.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#2FB641 (or 0x2FB641) is known color: Lime Green. HEX triplet: 2F, B6 and 41. RGB value is (47,182,65). Sum of RGB (Red+Green+Blue) = 47+182+65=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 182 (71.48% from 255 or 61.90% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB641 is #D049BE. Grayscale: #808080. Windows color (decimal): -13650367 or 4306479. OLE color: 4306479.

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

Color convert

RGB 47 182 65 -
CMYK 0.74 0 0.64 0.29
HSL 128º 0.59% 0.45% -
HSV(B) 128º 0.74% 0.71% -
XYZ 18.85 34.44 10.66 -
YUV 128.3 92.27 70.01 -
System Red Green Blue C M Y K H S L
Decimal 47 182 65 0.74 0 0.64 0.29 128 0.59 0.45
Hex 2F B6 41 4A 0 40 1D 80 3B 2D
Octal 57 266 101 112 0 100 35 200 73 55
Binary 101111 10110110 1000001 1001010 0 1000000 11101 10000000 111011 101101

Color Harmonies of #2FB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB641

Black with #2FB641

Text Example


Text Example

White with #2FB641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,65); }

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

background-color css

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

 a { background-color: rgb(47,182,65); }

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

border-color css

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

 span { border-color: rgb(47,182,65); }

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