Html Css Color HEX #2FB325 Lime Green

📋 copy color: '#2FB325'

red 47 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #2FB325

Tints of Lime Green #2FB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.06%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 17.87%
G = 68.06%
B = 14.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2FB325 (or 0x2FB325) is known color: Lime Green. HEX triplet: 2F, B3 and 25. RGB value is (47,179,37). Sum of RGB (Red+Green+Blue) = 47+179+37=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB325 is #D04CDA. Grayscale: #7B7B7B. Windows color (decimal): -13651163 or 2470703. OLE color: 2470703.

HSL color Cylindrical-coordinate representation of color #2FB325: hue angle of 115.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FB325 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 37 -
CMYK 0.74 0 0.79 0.30
HSL 115.77º 0.66% 0.42% -
HSV(B) 115.77º 0.79% 0.7% -
XYZ 17.63 32.98 7.19 -
YUV 123.34 79.27 73.55 -
System Red Green Blue C M Y K H S L
Decimal 47 179 37 0.74 0 0.79 0.30 115.77 0.66 0.42
Hex 2F B3 25 4A 0 4F 1E 74 42 2A
Octal 57 263 45 112 0 117 36 164 102 52
Binary 101111 10110011 100101 1001010 0 1001111 11110 1110100 1000010 101010

Color Harmonies of #2FB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB325

Black with #2FB325

Text Example


Text Example

White with #2FB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,37); }

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

background-color css

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

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

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

border-color css

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

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

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