Html Css Color HEX #2FB640 Lime Green

📋 copy color: '#2FB640'

red 47 ◦ green 182 ◦ blue 64

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

Shades of Lime Green #2FB640

Tints of Lime Green #2FB640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 16.04%
G = 62.12%
B = 21.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#2FB640 (or 0x2FB640) is known color: Lime Green. HEX triplet: 2F, B6 and 40. RGB value is (47,182,64). Sum of RGB (Red+Green+Blue) = 47+182+64=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB640 is #D049BF. Grayscale: #808080. Windows color (decimal): -13650368 or 4240943. OLE color: 4240943.

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

Color convert

RGB 47 182 64 -
CMYK 0.74 0 0.65 0.29
HSL 127.56º 0.59% 0.45% -
HSV(B) 127.56º 0.74% 0.71% -
XYZ 18.83 34.43 10.5 -
YUV 128.18 91.77 70.09 -
System Red Green Blue C M Y K H S L
Decimal 47 182 64 0.74 0 0.65 0.29 127.56 0.59 0.45
Hex 2F B6 40 4A 0 41 1D 80 3B 2D
Octal 57 266 100 112 0 101 35 200 73 55
Binary 101111 10110110 1000000 1001010 0 1000001 11101 10000000 111011 101101

Color Harmonies of #2FB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB640

Black with #2FB640

Text Example


Text Example

White with #2FB640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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