Html Css Color HEX #2FC428 Lime Green

📋 copy color: '#2FC428'

red 47 ◦ green 196 ◦ blue 40

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

Shades of Lime Green #2FC428

Tints of Lime Green #2FC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 16.61%
G = 69.26%
B = 14.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#2FC428 (or 0x2FC428) is known color: Lime Green. HEX triplet: 2F, C4 and 28. RGB value is (47,196,40). Sum of RGB (Red+Green+Blue) = 47+196+40=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 196 (76.95% from 255 or 69.26% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC428 is #D03BD7. Grayscale: #868686. Windows color (decimal): -13646808 or 2671663. OLE color: 2671663.

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

Color convert

RGB 47 196 40 -
CMYK 0.76 0 0.80 0.23
HSL 117.31º 0.66% 0.46% -
HSV(B) 117.31º 0.8% 0.77% -
XYZ 21.3 40.24 8.65 -
YUV 133.67 75.14 66.18 -
System Red Green Blue C M Y K H S L
Decimal 47 196 40 0.76 0 0.80 0.23 117.31 0.66 0.46
Hex 2F C4 28 4C 0 50 17 75 42 2E
Octal 57 304 50 114 0 120 27 165 102 56
Binary 101111 11000100 101000 1001100 0 1010000 10111 1110101 1000010 101110

Color Harmonies of #2FC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC428

Black with #2FC428

Text Example


Text Example

White with #2FC428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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