Html Css Color HEX #2FCD1C Lime Green

📋 copy color: '#2FCD1C'

red 47 ◦ green 205 ◦ blue 28

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

Shades of Lime Green #2FCD1C

Tints of Lime Green #2FCD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 16.79%
G = 73.21%
B = 10%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#2FCD1C (or 0x2FCD1C) is known color: Lime Green. HEX triplet: 2F, CD and 1C. RGB value is (47,205,28). Sum of RGB (Red+Green+Blue) = 47+205+28=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD1C is #D032E3. Grayscale: #8A8A8A. Windows color (decimal): -13644516 or 1887535. OLE color: 1887535.

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

Color convert

RGB 47 205 28 -
CMYK 0.77 0 0.86 0.20
HSL 113.56º 0.76% 0.46% -
HSV(B) 113.56º 0.86% 0.8% -
XYZ 23.21 44.35 8.44 -
YUV 137.58 66.15 63.39 -
System Red Green Blue C M Y K H S L
Decimal 47 205 28 0.77 0 0.86 0.20 113.56 0.76 0.46
Hex 2F CD 1C 4D 0 56 14 72 4C 2E
Octal 57 315 34 115 0 126 24 162 114 56
Binary 101111 11001101 11100 1001101 0 1010110 10100 1110010 1001100 101110

Color Harmonies of #2FCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD1C

Black with #2FCD1C

Text Example


Text Example

White with #2FCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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