Html Css Color HEX #2FCB13 Lime Green

📋 copy color: '#2FCB13'

red 47 ◦ green 203 ◦ blue 19

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

Shades of Lime Green #2FCB13

Tints of Lime Green #2FCB13

RGB

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

 GREEN value IS 203 (79.69% from 255) = 75.46%

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

R = 17.47%
G = 75.46%
B = 7.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#2FCB13 (or 0x2FCB13) is known color: Lime Green. HEX triplet: 2F, CB and 13. RGB value is (47,203,19). Sum of RGB (Red+Green+Blue) = 47+203+19=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 203 (79.69% from 255 or 75.46% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCB13 is #D034EC. Grayscale: #878787. Windows color (decimal): -13645037 or 1297199. OLE color: 1297199.

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

Color convert

RGB 47 203 19 -
CMYK 0.77 0 0.91 0.20
HSL 110.87º 0.83% 0.44% -
HSV(B) 110.87º 0.91% 0.8% -
XYZ 22.65 43.36 7.79 -
YUV 135.38 62.32 64.96 -
System Red Green Blue C M Y K H S L
Decimal 47 203 19 0.77 0 0.91 0.20 110.87 0.83 0.44
Hex 2F CB 13 4D 0 5B 14 6F 53 2C
Octal 57 313 23 115 0 133 24 157 123 54
Binary 101111 11001011 10011 1001101 0 1011011 10100 1101111 1010011 101100

Color Harmonies of #2FCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCB13

Black with #2FCB13

Text Example


Text Example

White with #2FCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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