Html Css Color HEX #2FB524 Lime Green

📋 copy color: '#2FB524'

red 47 ◦ green 181 ◦ blue 36

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

Shades of Lime Green #2FB524

Tints of Lime Green #2FB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 17.8%
G = 68.56%
B = 13.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#2FB524 (or 0x2FB524) is known color: Lime Green. HEX triplet: 2F, B5 and 24. RGB value is (47,181,36). Sum of RGB (Red+Green+Blue) = 47+181+36=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB524 is #D04ADB. Grayscale: #7C7C7C. Windows color (decimal): -13650652 or 2405679. OLE color: 2405679.

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

Color convert

RGB 47 181 36 -
CMYK 0.74 0 0.80 0.29
HSL 115.45º 0.67% 0.43% -
HSV(B) 115.45º 0.8% 0.71% -
XYZ 18.01 33.78 7.24 -
YUV 124.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 47 181 36 0.74 0 0.80 0.29 115.45 0.67 0.43
Hex 2F B5 24 4A 0 50 1D 73 43 2B
Octal 57 265 44 112 0 120 35 163 103 53
Binary 101111 10110101 100100 1001010 0 1010000 11101 1110011 1000011 101011

Color Harmonies of #2FB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB524

Black with #2FB524

Text Example


Text Example

White with #2FB524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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