Html Css Color HEX #2FCF2B Lime Green

📋 copy color: '#2FCF2B'

red 47 ◦ green 207 ◦ blue 43

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

Shades of Lime Green #2FCF2B

Tints of Lime Green #2FCF2B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.7%

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 15.82%
G = 69.7%
B = 14.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#2FCF2B (or 0x2FCF2B) is known color: Lime Green. HEX triplet: 2F, CF and 2B. RGB value is (47,207,43). Sum of RGB (Red+Green+Blue) = 47+207+43=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF2B is #D030D4. Grayscale: #8C8C8C. Windows color (decimal): -13643989 or 2871087. OLE color: 2871087.

HSL color Cylindrical-coordinate representation of color #2FCF2B: hue angle of 118.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCF2B is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 43 -
CMYK 0.77 0 0.79 0.19
HSL 118.54º 0.66% 0.49% -
HSV(B) 118.54º 0.79% 0.81% -
XYZ 23.92 45.4 9.79 -
YUV 140.46 72.99 61.34 -
System Red Green Blue C M Y K H S L
Decimal 47 207 43 0.77 0 0.79 0.19 118.54 0.66 0.49
Hex 2F CF 2B 4D 0 4F 13 77 42 31
Octal 57 317 53 115 0 117 23 167 102 61
Binary 101111 11001111 101011 1001101 0 1001111 10011 1110111 1000010 110001

Color Harmonies of #2FCF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF2B

Black with #2FCF2B

Text Example


Text Example

White with #2FCF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,207,43); }

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

background-color css

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

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

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

border-color css

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

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

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