Html Css Color HEX #2FCC12 Lime Green

📋 copy color: '#2FCC12'

red 47 ◦ green 204 ◦ blue 18

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

Shades of Lime Green #2FCC12

Tints of Lime Green #2FCC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.84%

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 17.47%
G = 75.84%
B = 6.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#2FCC12 (or 0x2FCC12) is known color: Lime Green. HEX triplet: 2F, CC and 12. RGB value is (47,204,18). Sum of RGB (Red+Green+Blue) = 47+204+18=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCC12 is #D033ED. Grayscale: #888888. Windows color (decimal): -13644782 or 1231919. OLE color: 1231919.

HSL color Cylindrical-coordinate representation of color #2FCC12: hue angle of 110.65º degrees, saturation: 0.84, 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 #2FCC12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 18 -
CMYK 0.77 0 0.91 0.2
HSL 110.65º 0.84% 0.44% -
HSV(B) 110.65º 0.91% 0.8% -
XYZ 22.87 43.83 7.83 -
YUV 135.85 61.49 64.62 -
System Red Green Blue C M Y K H S L
Decimal 47 204 18 0.77 0 0.91 0.2 110.65 0.84 0.44
Hex 2F CC 12 4D 0 5B 14 6F 54 2C
Octal 57 314 22 115 0 133 24 157 124 54
Binary 101111 11001100 10010 1001101 0 1011011 10100 1101111 1010100 101100

Color Harmonies of #2FCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCC12

Black with #2FCC12

Text Example


Text Example

White with #2FCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,204,18); }

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

background-color css

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

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

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

border-color css

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

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

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