Html Css Color HEX #2FC43C Lime Green

📋 copy color: '#2FC43C'

red 47 ◦ green 196 ◦ blue 60

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

Shades of Lime Green #2FC43C

Tints of Lime Green #2FC43C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.69%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 15.51%
G = 64.69%
B = 19.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#2FC43C (or 0x2FC43C) is known color: Lime Green. HEX triplet: 2F, C4 and 3C. RGB value is (47,196,60). Sum of RGB (Red+Green+Blue) = 47+196+60=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC43C is #D03BC3. Grayscale: #888888. Windows color (decimal): -13646788 or 3982383. OLE color: 3982383.

HSL color Cylindrical-coordinate representation of color #2FC43C: hue angle of 125.23º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC43C is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 196 60 -
CMYK 0.76 0 0.69 0.23
HSL 125.23º 0.61% 0.48% -
HSV(B) 125.23º 0.76% 0.77% -
XYZ 21.73 40.41 10.93 -
YUV 135.95 85.14 64.56 -
System Red Green Blue C M Y K H S L
Decimal 47 196 60 0.76 0 0.69 0.23 125.23 0.61 0.48
Hex 2F C4 3C 4C 0 45 17 7D 3D 30
Octal 57 304 74 114 0 105 27 175 75 60
Binary 101111 11000100 111100 1001100 0 1000101 10111 1111101 111101 110000

Color Harmonies of #2FC43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC43C

Black with #2FC43C

Text Example


Text Example

White with #2FC43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,60); }

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

background-color css

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

 a { background-color: rgb(47,196,60); }

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

border-color css

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

 span { border-color: rgb(47,196,60); }

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