Html Css Color HEX #2FB528 Lime Green

📋 copy color: '#2FB528'

red 47 ◦ green 181 ◦ blue 40

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

Shades of Lime Green #2FB528

Tints of Lime Green #2FB528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 67.54%

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

R = 17.54%
G = 67.54%
B = 14.93%

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

#2FB528 (or 0x2FB528) is known color: Lime Green. HEX triplet: 2F, B5 and 28. RGB value is (47,181,40). Sum of RGB (Red+Green+Blue) = 47+181+40=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB528 is #D04AD7. Grayscale: #7D7D7D. Windows color (decimal): -13650648 or 2667823. OLE color: 2667823.

HSL color Cylindrical-coordinate representation of color #2FB528: hue angle of 117.02º 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 #2FB528 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 181 40 -
CMYK 0.74 0 0.78 0.29
HSL 117.02º 0.64% 0.43% -
HSV(B) 117.02º 0.78% 0.71% -
XYZ 18.08 33.81 7.58 -
YUV 124.86 80.11 72.46 -
System Red Green Blue C M Y K H S L
Decimal 47 181 40 0.74 0 0.78 0.29 117.02 0.64 0.43
Hex 2F B5 28 4A 0 4E 1D 75 40 2B
Octal 57 265 50 112 0 116 35 165 100 53
Binary 101111 10110101 101000 1001010 0 1001110 11101 1110101 1000000 101011

Color Harmonies of #2FB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB528

Black with #2FB528

Text Example


Text Example

White with #2FB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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