Html Css Color HEX #2FF945 Lime Green

📋 copy color: '#2FF945'

red 47 ◦ green 249 ◦ blue 69

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

Shades of Lime Green #2FF945

Tints of Lime Green #2FF945

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.22%

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

R = 12.88%
G = 68.22%
B = 18.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#2FF945 (or 0x2FF945) is known color: Lime Green. HEX triplet: 2F, F9 and 45. RGB value is (47,249,69). Sum of RGB (Red+Green+Blue) = 47+249+69=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF945 is #D006BA. Grayscale: #A8A8A8. Windows color (decimal): -13633211 or 4585775. OLE color: 4585775.

HSL color Cylindrical-coordinate representation of color #2FF945: hue angle of 126.53º degrees, saturation: 0.94, 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 #2FF945 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 69 -
CMYK 0.81 0 0.72 0.02
HSL 126.53º 0.94% 0.58% -
HSV(B) 126.53º 0.81% 0.98% -
XYZ 36.12 68.79 17 -
YUV 168.08 72.08 41.64 -
System Red Green Blue C M Y K H S L
Decimal 47 249 69 0.81 0 0.72 0.02 126.53 0.94 0.58
Hex 2F F9 45 51 0 48 2 7F 5E 3A
Octal 57 371 105 121 0 110 2 177 136 72
Binary 101111 11111001 1000101 1010001 0 1001000 10 1111111 1011110 111010

Color Harmonies of #2FF945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF945

Black with #2FF945

Text Example


Text Example

White with #2FF945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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