Html Css Color HEX #2FB02F Lime Green

📋 copy color: '#2FB02F'

red 47 ◦ green 176 ◦ blue 47

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

Shades of Lime Green #2FB02F

Tints of Lime Green #2FB02F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 65.19%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 17.41%
G = 65.19%
B = 17.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#2FB02F (or 0x2FB02F) is known color: Lime Green. HEX triplet: 2F, B0 and 2F. RGB value is (47,176,47). Sum of RGB (Red+Green+Blue) = 47+176+47=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB02F is #D04FD0. Grayscale: #7B7B7B. Windows color (decimal): -13651921 or 3125295. OLE color: 3125295.

HSL color Cylindrical-coordinate representation of color #2FB02F: hue angle of 120º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB02F is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 47 -
CMYK 0.73 0 0.73 0.31
HSL 120º 0.58% 0.44% -
HSV(B) 120º 0.73% 0.69% -
XYZ 17.21 31.86 7.93 -
YUV 122.72 85.26 73.99 -
System Red Green Blue C M Y K H S L
Decimal 47 176 47 0.73 0 0.73 0.31 120 0.58 0.44
Hex 2F B0 2F 49 0 49 1F 78 3A 2C
Octal 57 260 57 111 0 111 37 170 72 54
Binary 101111 10110000 101111 1001001 0 1001001 11111 1111000 111010 101100

Color Harmonies of #2FB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB02F

Black with #2FB02F

Text Example


Text Example

White with #2FB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,47); }

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

background-color css

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

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

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

border-color css

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

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

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