Html Css Color HEX #2FCD12 Lime Green

📋 copy color: '#2FCD12'

red 47 ◦ green 205 ◦ blue 18

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

Shades of Lime Green #2FCD12

Tints of Lime Green #2FCD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 75.93%

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

R = 17.41%
G = 75.93%
B = 6.67%

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

#2FCD12 (or 0x2FCD12) is known color: Lime Green. HEX triplet: 2F, CD and 12. RGB value is (47,205,18). Sum of RGB (Red+Green+Blue) = 47+205+18=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCD12 is #D032ED. Grayscale: #898989. Windows color (decimal): -13644526 or 1232175. OLE color: 1232175.

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

Color convert

RGB 47 205 18 -
CMYK 0.77 0 0.91 0.20
HSL 110.7º 0.84% 0.44% -
HSV(B) 110.7º 0.91% 0.8% -
XYZ 23.11 44.31 7.91 -
YUV 136.44 61.15 64.21 -
System Red Green Blue C M Y K H S L
Decimal 47 205 18 0.77 0 0.91 0.20 110.7 0.84 0.44
Hex 2F CD 12 4D 0 5B 14 6F 54 2C
Octal 57 315 22 115 0 133 24 157 124 54
Binary 101111 11001101 10010 1001101 0 1011011 10100 1101111 1010100 101100

Color Harmonies of #2FCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD12

Black with #2FCD12

Text Example


Text Example

White with #2FCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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