Html Css Color HEX #2FB52F Lime Green

📋 copy color: '#2FB52F'

red 47 ◦ green 181 ◦ blue 47

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

Shades of Lime Green #2FB52F

Tints of Lime Green #2FB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 17.09%
G = 65.82%
B = 17.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#2FB52F (or 0x2FB52F) is known color: Lime Green. HEX triplet: 2F, B5 and 2F. RGB value is (47,181,47). Sum of RGB (Red+Green+Blue) = 47+181+47=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 181 (71.09% from 255 or 65.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB52F is #D04AD0. Grayscale: #7E7E7E. Windows color (decimal): -13650641 or 3126575. OLE color: 3126575.

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

Color convert

RGB 47 181 47 -
CMYK 0.74 0 0.74 0.29
HSL 120º 0.59% 0.45% -
HSV(B) 120º 0.74% 0.71% -
XYZ 18.21 33.86 8.26 -
YUV 125.66 83.61 71.9 -
System Red Green Blue C M Y K H S L
Decimal 47 181 47 0.74 0 0.74 0.29 120 0.59 0.45
Hex 2F B5 2F 4A 0 4A 1D 78 3B 2D
Octal 57 265 57 112 0 112 35 170 73 55
Binary 101111 10110101 101111 1001010 0 1001010 11101 1111000 111011 101101

Color Harmonies of #2FB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB52F

Black with #2FB52F

Text Example


Text Example

White with #2FB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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