Html Css Color HEX #2FB428 Lime Green

📋 copy color: '#2FB428'

red 47 ◦ green 180 ◦ blue 40

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

Shades of Lime Green #2FB428

Tints of Lime Green #2FB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 67.42%

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

R = 17.6%
G = 67.42%
B = 14.98%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#2FB428 (or 0x2FB428) is known color: Lime Green. HEX triplet: 2F, B4 and 28. RGB value is (47,180,40). Sum of RGB (Red+Green+Blue) = 47+180+40=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB428 is #D04BD7. Grayscale: #7C7C7C. Windows color (decimal): -13650904 or 2667567. OLE color: 2667567.

HSL color Cylindrical-coordinate representation of color #2FB428: hue angle of 117º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FB428 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 40 -
CMYK 0.74 0 0.78 0.29
HSL 117º 0.64% 0.43% -
HSV(B) 117º 0.78% 0.71% -
XYZ 17.88 33.4 7.51 -
YUV 124.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 47 180 40 0.74 0 0.78 0.29 117 0.64 0.43
Hex 2F B4 28 4A 0 4E 1D 75 40 2B
Octal 57 264 50 112 0 116 35 165 100 53
Binary 101111 10110100 101000 1001010 0 1001110 11101 1110101 1000000 101011

Color Harmonies of #2FB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB428

Black with #2FB428

Text Example


Text Example

White with #2FB428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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