Html Css Color HEX #2FCF13 Lime Green

📋 copy color: '#2FCF13'

red 47 ◦ green 207 ◦ blue 19

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

Shades of Lime Green #2FCF13

Tints of Lime Green #2FCF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 17.22%
G = 75.82%
B = 6.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#2FCF13 (or 0x2FCF13) is known color: Lime Green. HEX triplet: 2F, CF and 13. RGB value is (47,207,19). Sum of RGB (Red+Green+Blue) = 47+207+19=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF13 is #D030EC. Grayscale: #8A8A8A. Windows color (decimal): -13644013 or 1298223. OLE color: 1298223.

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

Color convert

RGB 47 207 19 -
CMYK 0.77 0 0.91 0.19
HSL 111.06º 0.83% 0.44% -
HSV(B) 111.06º 0.91% 0.81% -
XYZ 23.6 45.28 8.11 -
YUV 137.73 60.99 63.29 -
System Red Green Blue C M Y K H S L
Decimal 47 207 19 0.77 0 0.91 0.19 111.06 0.83 0.44
Hex 2F CF 13 4D 0 5B 13 6F 53 2C
Octal 57 317 23 115 0 133 23 157 123 54
Binary 101111 11001111 10011 1001101 0 1011011 10011 1101111 1010011 101100

Color Harmonies of #2FCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF13

Black with #2FCF13

Text Example


Text Example

White with #2FCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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