Html Css Color HEX #2FFB45 Lime Green

📋 copy color: '#2FFB45'

red 47 ◦ green 251 ◦ blue 69

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

Shades of Lime Green #2FFB45

Tints of Lime Green #2FFB45

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.39%

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 12.81%
G = 68.39%
B = 18.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#2FFB45 (or 0x2FFB45) is known color: Lime Green. HEX triplet: 2F, FB and 45. RGB value is (47,251,69). Sum of RGB (Red+Green+Blue) = 47+251+69=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB45 is #D004BA. Grayscale: #A9A9A9. Windows color (decimal): -13632699 or 4586287. OLE color: 4586287.

HSL color Cylindrical-coordinate representation of color #2FFB45: hue angle of 126.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB45 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 69 -
CMYK 0.81 0 0.73 0.02
HSL 126.47º 0.96% 0.58% -
HSV(B) 126.47º 0.81% 0.98% -
XYZ 36.74 70.03 17.21 -
YUV 169.26 71.41 40.8 -
System Red Green Blue C M Y K H S L
Decimal 47 251 69 0.81 0 0.73 0.02 126.47 0.96 0.58
Hex 2F FB 45 51 0 49 2 7E 60 3A
Octal 57 373 105 121 0 111 2 176 140 72
Binary 101111 11111011 1000101 1010001 0 1001001 10 1111110 1100000 111010

Color Harmonies of #2FFB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB45

Black with #2FFB45

Text Example


Text Example

White with #2FFB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,251,69); }

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

background-color css

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

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

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

border-color css

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

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

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